aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* [oni-yaml] Use ‘yaml-ts-mode’ when it is availableGravatar Tom Willemse2024-02-051-8/+21
|
* [oni-yaml] Remove unnecessary dependencyGravatar Tom Willemse2024-02-021-5/+2
| | | | | | | Flycheck yamllint has been made part of flycheck and isn't necessary to be installed anymore. https://github.com/flycheck/flycheck/pull/1640
* [oni-core] Remove requirement to load ‘oni-yaml’ for ↵Gravatar Tom Willemse2024-02-021-2/+1
| | | | yaml-mode
* [oni-org] Change location of my todo listsGravatar Tom Willemse2024-02-011-90/+14
|
* [oni-lsp] Disable some LSP componentsGravatar Tom Willemse2024-02-011-1/+4
|
* [oni-core] Remove requirement of oni-vterm when vterm ↵Gravatar Tom Willemse2024-01-051-2/+1
| | | | gets loaded
* Remove requirement of oni-vc when vc package gets loadedGravatar Tom Willemse2023-12-191-2/+1
| | | | | | I've decided to do things another way. This will be managed by either machine-specific configurations or Guix. I'm leaving the rest in place for now and will replace as necessary.
* Don't fail if a snippet can't be foundGravatar Tom Willemse2023-12-121-6/+6
| | | | | | On my laptop the ‘mode-table’ is nil and causes the other function calls to fail. I'm not quite sure why this happens, but this shouldn't fail the operation.
* [oni-org] Delete extra blank lines after removing inbox ↵Gravatar Tom Willemse2023-11-141-2/+3
| | | | items
* [oni-org] Fix off-by-one errorGravatar Tom Willemse2023-11-141-2/+2
|
* [oni-elfeeed] Highlight Emacs articlesGravatar Tom Willemse2023-11-071-0/+1
|
* [oni-elfeed] Add Emacs tag to the Planet EmacsLife ↵Gravatar Tom Willemse2023-11-071-1/+1
| | | | aggregator feed
* [oni-elfeed] Add some more RSS feedsGravatar Tom Willemse2023-11-071-2/+5
| | | | | The first two are to keep up with developments for packages that I use. The second is a website that is interesting.
* [oni-elfeed] Fix whitespaceGravatar Tom Willemse2023-11-061-4/+4
|
* [oni-elfeed] Add Blabbermouth feed with some tags and facesGravatar Tom Willemse2023-11-061-2/+22
|
* Remove ‘ace-link’ settingsGravatar Tom Willemse2023-10-032-11/+2
| | | | These have been moved to my Guix configuration.
* Change ace-link keybinding from ‘C-c C-o’ to ‘C-S-e’Gravatar Tom Willemse2023-10-022-4/+4
| | | | | | I was trying to think of a good keybinding that I would like, and then I remembered that kitty uses the ‘C-S-e’ keybinding and I've grown accustomed to it.