aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [oni-org] Add capture template for DONE tasksHEADmasterGravatar 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.
* Add some more ace-link keybindingsGravatar Tom Willemse2023-10-022-2/+11
|
* [oni-notmuch] Enable olivetti mode in notmuchGravatar Tom Willemse2023-09-271-2/+5
|
* [oni-core] Fix deprecated variable warningGravatar Tom Willemse2023-09-181-2/+2
|
* [oni-org] Automatically generate faces for priorities in ↵Gravatar Tom Willemse2023-09-181-1/+19
| | | | org-mode
* [oni-core] Set ‘safe-local-variable-directories’Gravatar Tom Willemse2023-09-111-1/+7
| | | | | | This is a new variable in Emacs 30 that lets me specify which directories can be trusted with local variable values. (Or it should be, I haven't seen it available yet.)
* [oni-core] Add command to copy the guix build hashGravatar Tom Willemse2023-09-111-0/+12
| | | | This is convenient when I'm writing Guix packages.
* [oni-core] Add hydra to launch certain applicationsGravatar Tom Willemse2023-09-111-0/+10
|
* [oni-org] Load agenda files from org roamGravatar Tom Willemse2023-09-111-7/+3
|
* [oni-org] Clean up agenda category icon settingsGravatar Tom Willemse2023-09-111-38/+47
|
* [oni-projectile] Don't enable projectile-modeGravatar Tom Willemse2023-09-111-4/+1
|
* [oni-org] Add a few extra category iconsGravatar Tom Willemse2023-08-226-2/+62
|
* [oni-core] Remove mini-frame modeGravatar Tom Willemse2023-08-141-12/+1
| | | | | It's a nice way to display the minibuffer, but sometimes all the text I'm typing in just disappears.
* [oni-ediff] Enable floating control frameGravatar Tom Willemse2023-08-091-1/+4
|
* [oni-org] Add some extra structure templatesGravatar Tom Willemse2023-08-061-1/+4
|
* [oni-core] Enable so-long-mode for files with very long ↵Gravatar Tom Willemse2023-08-061-1/+3
| | | | lines
* [oni-core] Store clipboard contents into kill ring ↵Gravatar Tom Willemse2023-08-061-1/+4
| | | | before replacing
* [oni-core] Change the vertico keybindings to be a bit ↵Gravatar Tom Willemse2023-08-061-1/+5
| | | | more ivy-like
* [oni-core] Only show relevant commands for the current modeGravatar Tom Willemse2023-08-061-1/+3
|
* [oni-core] Make the minibuffer prompt intangibleGravatar Tom Willemse2023-08-061-2/+9
|
* [oni-core] Add ‘orderless-initialism’ to ↵Gravatar Tom Willemse2023-08-051-1/+4
| | | | ‘orderless-matching-styles’
* [oni-org-roam] Don't automatically show the roam bufferGravatar Tom Willemse2023-08-051-3/+1
|
* [oni-gui] Enable ‘pixel-scroll-precision-mode’ when ↵Gravatar Tom Willemse2023-08-051-1/+4
| | | | it's available
* Enable ‘variable-pitch-mode’ (again)Gravatar Tom Willemse2023-08-011-1/+2
| | | | | | | Now that I've added the ‘org-table’ face to ‘yoshi-theme’[1] I can enable the mode again and not be bothered by misaligned tables. [1]: https://git.sr.ht/~ryuslash/yoshi-theme