aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [org-roam] Add capture templates for readingGravatar Tom Willemse2021-04-061-1/+35
|
* Fix ‘org-roam-insert-immediate’ use in ↵Gravatar Tom Willemse2021-03-291-3/+3
| | | | | | | | ‘oni-hydra-org’ This still probably calls ‘org-roam-insert-immediate’ incorrectly, but it fixes it for my current use case. I’ve changed the call to ‘org-roam-find-file’ in a similar manner in case it ever starts asking me interactively for things.
* Add ‘nroam’ to the ‘org-roam’ configurationGravatar Tom Willemse2021-03-281-2/+4
|
* Decouple ‘oni-org’ and ‘oni-org-roam’Gravatar Tom Willemse2021-03-253-12/+57
| | | | | ‘org-roam’ doesn’t seem to work correctly on all the machines that I use ‘org-mode’ on.
* For the journal capture template, only include task if ↵Gravatar Tom Willemse2021-03-252-4/+2
| | | | clocked in
* Bump version for oni-orgGravatar Tom Willemse2021-03-241-1/+1
| | | | | I updated one of the capture templates, but since they’re not part of the ‘.el’ file itself the version needs to manually be bumped.
* Add some more ligatures supported by Fantasque Sans MonoGravatar Tom Willemse2021-03-171-2/+6
|
* Add a link to the clocked-in task for journal entriesGravatar Tom Willemse2021-03-171-0/+2
|
* Replace Comic Neue with DejaVu SansGravatar Tom Willemse2021-03-161-2/+2
| | | | | It doesn’t seem like Emacs can load Comic Neue at all, I also tried Open Sans. DejaVu seems to work fine.
* Add ligatures supported by Fantasque Sans MonoGravatar Tom Willemse2021-03-161-2/+23
|
* Fix dependency on LSP for CMakeGravatar Tom Willemse2021-03-091-2/+2
|
* Enable lsp in CMake modeGravatar Tom Willemse2021-03-031-2/+3
|
* Disable Beacon for Eshell scrollingGravatar Tom Willemse2021-02-271-1/+6
|
* Add ‘insert-char-preview’Gravatar Tom Willemse2021-02-271-2/+3
| | | | | | This package exposes a function ‘insert-char-preview’ that does the same thing as ‘insert-char’ except that it shows a preview of the character in the completion.
* Add checkdoc settingsGravatar Tom Willemse2021-02-271-1/+6
|
* Add sort paragraph Hydra optionGravatar Tom Willemse2021-02-271-1/+7
|
* Check that the output of the ‘oni-smartparens’ test ↵Gravatar Tom Willemse2021-02-241-1/+1
| | | | | | | ends in t There can be other output, but that doesn’t mean the test failed, as long as t is the last thing.
* Setup refiling in org-modeGravatar Tom Willemse2021-02-231-1/+13
|
* Enable ‘electric-indent-local-mode’ in CMakeGravatar Tom Willemse2021-02-231-1/+2
|
* Hide macro markers in Org modeGravatar Tom Willemse2021-02-151-1/+2
|
* Change fonts for ‘fixed-pitch’ and ↵Gravatar Tom Willemse2021-02-151-1/+4
| | | | ‘variable-pitch’ fonts
* 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.