aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add any project files to ‘org-agenda-files’Gravatar Tom Willemse2021-01-201-2/+3
|
* Add fallback for hydra displayGravatar Tom Willemse2021-01-201-3/+21
| | | | | In case posframe can’t be used, when working from a non-graphical client for example, fall back to the default ‘lv’.
* Add CMake(User)Presets.json as CMake files for grepGravatar Tom Willemse2021-01-201-2/+3
|
* Don't load icons if the display can't handle themGravatar Tom Willemse2021-01-061-2/+3
|
* Run the battery status from ‘user-emacs-directory’Gravatar Tom Willemse2021-01-061-2/+3
| | | | I can’t remember now why, but it must have failed for some reason before.
* Replace the NEXT keyword with TODOGravatar Tom Willemse2021-01-061-2/+2
| | | | | I don’t think NEXT has any real meaning for me now that I’ve started using my agenda as my real todo list.
* When clocking in, check for a state head and switch to ↵Gravatar Tom Willemse2021-01-061-2/+2
| | | | | | | | | the next Instead of checking specifically that it’s in the TODO state, check that it’s in any one of the first states (like TODO, or READ). If this is the case, switch it from the current state to whatever the settings define as being the next state (usually WIP or READING).
* Make org-journal files .org filesGravatar Tom Willemse2021-01-041-1/+2
|
* Create ~/documents/org/ for integration tests tooGravatar Tom Willemse2021-01-041-1/+1
|
* Create ~/documents/org directory before running unit testsGravatar Tom Willemse2021-01-041-0/+1
| | | | | After adding org-roam and org-journal the unit tests fail because this directory doesn’t exist.
* Add org-journal and org-roamGravatar Tom Willemse2021-01-041-2/+14
|
* Don’t show scheduled items in the Next and Reading ↵Gravatar Tom Willemse2020-12-291-3/+3
| | | | | | | list views The fact that they’re scheduled means they’re on my proper todo list for the day, which means they shouldn’t really need to be in here anymore.
* Add custom ‘org-edna’ finderGravatar Tom Willemse2020-12-291-1/+9
|
* Add icon for “music” category of tasksGravatar Tom Willemse2020-12-292-2/+3
|
* Use ‘refill-mode’ in ‘git-commit-mode’ buffersGravatar Tom Willemse2020-12-261-1/+2
|
* Add vterm to the vterm buffer nameGravatar Tom Willemse2020-12-261-2/+2
| | | | | Since vterm will happily make multiple buffers it’s easier for searching for vterm buffers when vterm is actually mentioned in the buffer name.
* Fix autoloading ‘oni-vterm’Gravatar Tom Willemse2020-12-181-1/+3
|
* Diminish ‘beacon-mode’Gravatar Tom Willemse2020-12-181-3/+6
|
* Diminish ‘which-key-mode’Gravatar Tom Willemse2020-12-181-1/+2
|
* Properly diminish ‘gcmh-mode’ and ‘ws-butler-mode’Gravatar Tom Willemse2020-12-181-3/+3
| | | | | When these packages get updated they get reloaded. This undoes what ‘diminish’ did, so we have to keep doing it whenever they get reloaded.
* Remove ‘composable-mode’Gravatar Tom Willemse2020-12-181-3/+2
| | | | | | I liked the idea, but the implementatino was too flakey and didn’t actually let me do what I wanted to do. The biggest issue was that ‘comment-dwim’ didn’t work anymore and it got easily confused and screwed up the colors for my mode-line.
* Fix loading of ‘oni-lsp’Gravatar Tom Willemse2020-12-171-2/+2
|
* Turn abbrevs into "system" abbrevsGravatar Tom Willemse2020-12-123-9/+9
| | | | This prevents them from being saved to the abbrevs_defs file.
* Add vterm configurationGravatar Tom Willemse2020-12-121-0/+40
|
* Add reformatter and lsp to my C configurationGravatar Tom Willemse2020-12-121-2/+10
|
* Add function to eshell config that shortens directory namesGravatar Tom Willemse2020-12-101-1/+19
| | | | This function isn't being used yet.
* Add abbrevs to C, Java, and C# modesGravatar Tom Willemse2020-12-103-4/+18
|
* Add more org agenda iconsGravatar Tom Willemse2020-12-048-2/+9
|
* Load ‘org-protocol’ when org loadsGravatar Tom Willemse2020-12-041-0/+1
|
* Add which-key modeGravatar Tom Willemse2020-12-021-2/+4
|
* Add things to deal with reading list in org-modeGravatar Tom Willemse2020-12-013-2/+41
|
* Remove deprecated settingGravatar Tom Willemse2020-12-011-2/+1
|
* Remove debugging statementGravatar Tom Willemse2020-12-011-4/+2
|
* Add the TODO state to backlinksGravatar Tom Willemse2020-11-191-6/+10
|
* Fixup work-related agenda viewsGravatar Tom Willemse2020-11-191-7/+7
|
* Switch to another window when opening agenda itemsGravatar Tom Willemse2020-11-171-1/+10
|
* Don’t use the ORIGIN property for back-linksGravatar Tom Willemse2020-11-151-2/+11
| | | | | | | | | A lot of the time when capturing some task my cursor is at a random location and it doesn’t actually mean what I’m looking at is at all related to what I’m writing. I think this will make me occasionally miss certain connections, but usually will provide less noise.
* Make the diff server function clean up after itselfGravatar Tom Willemse2020-11-131-4/+18
|
* Add fill-column-indicator to GroovyGravatar Tom Willemse2020-11-131-2/+3
|
* Add composable.elGravatar Tom Willemse2020-11-131-2/+3
|
* Call ‘winner-undo’ when ediff finishesGravatar Tom Willemse2020-11-061-1/+2
| | | | This way the window layout that was used before ediff was started gets restored.
* Automatically refine hunks in ediffGravatar Tom Willemse2020-11-061-0/+2
|
* Add support to call ediff through emacsclientGravatar Tom Willemse2020-11-061-0/+16
| | | | | | | This way Emacs can be used in Perforce, for example, as the diff program: Location: C:/msys64/mingw64/bin/emacsclientw.exe Arguments: diff %1 %2
* Fix adding ‘C-c b’ to the eshell keymapGravatar Tom Willemse2020-11-061-6/+5
| | | | | | ‘eshell-mode-map’ isn’t a keymap until after ‘eshell-mode’ has run. It’s defined as ‘nil’ in the top-level of the ‘esh-mode’ package. ‘nil’ is not a valid keymap that new keys can be defined into.
* Remove ‘company-lsp’Gravatar Tom Willemse2020-10-301-4/+2
| | | | ‘company-lsp’ has been superseded by ‘company-capf’.
* Add ‘embrace’ configurationGravatar Tom Willemse2020-10-305-4/+65
|
* Add command to switch to a buffer’s directory in eshellGravatar Tom Willemse2020-10-261-1/+16
|
* Add ‘yasnippet’ dependency to ‘oni-bats’Gravatar Tom Willemse2020-10-191-2/+2
| | | | I added a snippet, so it needs it now.
* Add windmove keybindingsGravatar Tom Willemse2020-10-191-1/+5
|
* Add oni-bats as a multi-file packageGravatar Tom Willemse2020-10-191-1/+4
|