aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove forgeGravatar Tom Willemse2021-02-141-7/+2
|
* Only try to change the company backends when ↵Gravatar Tom Willemse2021-02-141-3/+4
| | | | company-capf is found
* Display fill column in Elm and add rainbow delimitersGravatar Tom Willemse2021-02-091-3/+5
|
* Require my lsp configuration for ElmGravatar Tom Willemse2021-02-091-2/+2
|
* Add configuration for ElmGravatar Tom Willemse2021-02-092-0/+47
|
* Turn the result info ‘t’ or ‘nil’Gravatar Tom Willemse2021-02-091-1/+1
|
* Add #guix channel, fix #conkerorGravatar Tom Willemse2021-02-081-2/+3
|
* Use ‘conf-unix-mode’ for ‘.service’ filesGravatar Tom Willemse2021-02-082-2/+15
|
* Add mode-iconsGravatar Tom Willemse2021-02-061-2/+3
|
* Remove phpcbf, it doesn’t seem to exist anymoreGravatar Tom Willemse2021-02-061-3/+2
|
* If the projects directory doesn’t exist, that’s fineGravatar Tom Willemse2021-02-011-3/+5
|
* Add a hydra to sort lines and stringsGravatar Tom Willemse2021-01-311-9/+25
|
* Add ‘electric-quote-local-mode’ to org-mode buffersGravatar Tom Willemse2021-01-311-1/+2
|
* Add ‘org-roam’ commands to my org hydraGravatar Tom Willemse2021-01-311-4/+8
|
* Remove company-tern from JS configurationGravatar Tom Willemse2021-01-311-4/+2
| | | | It seems like company-tern doesn't exist anymore?
* Turn on rainbow delimiters for CMakeGravatar Tom Willemse2021-01-311-1/+2
|
* Add circe-serenity as a dependency for my circe ↵Gravatar Tom Willemse2021-01-311-2/+2
| | | | configuration
* Create more directories before running unit testsGravatar Tom Willemse2021-01-201-1/+1
|
* Create more directories before running testsGravatar Tom Willemse2021-01-201-1/+1
|
* 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
|