aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* oni-php: Add function that makes ‘comment-dwim’ add ↵Gravatar Tom Willemse2025-02-111-1/+24
| | | | | | | | doc comments This checks to see if point is right before a function and if so adds a documentation comment. Otherwise it calls to the original ‘comment-dwim’ to do the right thing for that particular place.
* oni-core: Replace package definition with updated hashGravatar Tom Willemse2025-01-301-9/+22
|
* oni-git-commit: Add ‘-’ as paragraph separatorGravatar Tom Willemse2025-01-301-1/+9
|
* oni-git-commit: Make sure refill doesn't refill git ↵Gravatar Tom Willemse2025-01-301-3/+4
| | | | | | | commit comments Re-add the advice around ‘refill-after-change-function’ every time that the function's library is loaded.
* oni-js: Consider .vue files to be JS files for searchingGravatar Tom Willemse2025-01-241-2/+2
|
* oni-php: Add command to enter expected operatorGravatar Tom Willemse2025-01-241-1/+19
| | | | | The command either inserts a ‘.’ if point is next to, or inside, a string or inside a comment. Otherwise it'll insert the access operator ‘->’ instead.
* oni-php: Add snippet for test classGravatar Tom Willemse2025-01-221-0/+15
|
* oni-php: Add support to add first use statementGravatar Tom Willemse2025-01-221-3/+8
|
* oni-gui: Fix icons pathGravatar Tom Willemsen2025-01-151-2/+2
|
* Replace isearch and auto-revert icons with SVG imagesGravatar Tom Willemsen2025-01-153-9/+20
| | | | | The font awesome fonts don't always work quite right, but SVG images are pretty good to work with.
* Add snippet for PHP modeGravatar Tom Willemsen2025-01-131-0/+5
|
* oni-core: Remove buffer position from mode-lineGravatar Tom Willemsen2025-01-021-1/+5
|
* oni-php: Enable subword-modeGravatar Tom Willemsen2024-12-301-1/+2
|
* oni-php: Warn me when I'm trying to use a non-existent classGravatar Tom Willemsen2024-12-301-3/+6
|
* oni-php: find-php-class: Only match namespace at ↵Gravatar Tom Willemsen2024-12-301-1/+1
| | | | beginning of line
* Add snippet to add the namespace to a fileGravatar Tom Willemsen2024-12-301-0/+5
|
* oni-php: Make sure the use script runs in the right ↵Gravatar Tom Willemsen2024-12-301-2/+3
| | | | directory
* oni-php: Add command to add use statementGravatar Tom Willemsen2024-12-302-1/+39
|
* Enable yasnippets in PHPGravatar Tom Willemsen2024-12-241-1/+2
|
* Add PHP snippets for writing testsGravatar Tom Willemsen2024-12-242-0/+17
|
* Add PHP snippet for <?php headerGravatar Tom Willemsen2024-12-231-0/+5
|
* Fix indentation for ‘with-env’Gravatar Tom Willemse2024-12-181-1/+2
|
* Indent ‘with-cwd’ differentlyGravatar Tom Willemse2024-12-171-1/+3
| | | | | | | Like this: (with-cwd "directory" (something))
* Remove handle dependencyGravatar Tom Willemse2024-11-011-7/+2
| | | | I've never actually used it and it was causing errors in Guix.
* Add a couple of names to watch out for in elfeedGravatar Tom Willemse2024-10-241-2/+6
|
* Add a couple of blog feedsGravatar Tom Willemse2024-10-241-1/+3
|
* Set up space cyclingGravatar Tom Willemse2024-10-241-1/+7
| | | | Remove newlines along with the rest of the whitespace.
* Remove keyboard shortcutsGravatar Tom Willemse2024-10-241-18/+1
| | | | | I thought these might make my life easier and my shortcuts a little faster, but they haven't.
* Autoload needed functionGravatar Tom Willemse2024-07-081-1/+2
|
* Require treesitGravatar Tom Willemse2024-07-082-0/+2
| | | | `treesit-available-p' is defined in the C source code, but `treesit-ready-p' is defined in `treesit.el'.
* [oni-org] Add files with tasks in PARA directoriesGravatar Tom Willemse2024-07-011-1/+18
| | | | I'm trying out trying out PARA and these files sometimes have tasks in them.
* [oni-org] Change org tags columnGravatar Tom Willemse2024-07-011-1/+1
|
* [oni-org] Fix variable nameGravatar Tom Willemse2024-07-011-1/+1
| | | | I think they must have renamed this variable at some point.
* [oni-org] Fix indentationGravatar Tom Willemse2024-07-011-9/+9
|
* [oni-python] Add treesit configurationGravatar Tom Willemse2024-07-011-11/+24
|
* [oni-yaml] Autoload the major mode remappingGravatar Tom Willemse2024-07-011-3/+4
|
* [oni-vterm] Add function to open vterm in a projectGravatar Tom Willemse2024-07-011-1/+26
|
* [oni-org] Slim downGravatar Tom Willemse2024-07-011-243/+10
| | | | Remove some unused parts of my configuration.
* [oni-elfeed] Add Orange Goblin as favourite bandGravatar Tom Willemse2024-07-011-2/+3
|
* [oni-elfeed] Add some feedsGravatar Tom Willemse2024-07-011-1/+6
|
* [oni-org] Add capture template for DONE tasksGravatar Tom Willemse2024-05-091-1/+11
|
* [oni-elfeed] Add another couple of feeds, and some bands ↵Gravatar Tom Willemse2024-04-091-3/+9
| | | | to look for
* [oni-org] Fixup stuck-projects and overview agenda viewsGravatar Tom Willemse2024-04-031-3/+5
|
* [oni-elfeed] Add some cool bandsGravatar Tom Willemse2024-04-031-2/+4
|
* [oni-python] Remove traad dependencyGravatar Tom Willemse2024-03-131-7/+2
| | | | I'm unable to package up traad for Guix at the moment.
* Add Stuck projects and overview agenda commandsGravatar Tom Willemse2024-03-121-2/+17
|
* [oni-org-roam] Show only the current element of a referenceGravatar Tom Willemse2024-02-151-1/+10
|
* [oni-org] Remove roam files from agenda, move roam databaseGravatar Tom Willemse2024-02-152-24/+3
|
* [oni-elfeed] Add bands to look out forGravatar Tom Willemse2024-02-151-2/+4
|
* [oni-core] Ignore case while selecting completion candidatesGravatar Tom Willemse2024-02-051-1/+4
|