aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [oni-gnus] Use references, not the subject, to determine ↵Gravatar Tom Willemse2021-04-251-1/+3
| | | | threads
* [oni-core] Use Gnus to read mailGravatar Tom Willemse2021-04-251-1/+5
|
* [oni-org] Make ‘org-agenda’ restore the window ↵Gravatar Tom Willemse2021-04-251-1/+2
| | | | configuration
* [oni-org] Add an unestimated reading list viewGravatar Tom Willemse2021-04-251-1/+4
|
* [oni-java] Add ‘rainbow-delimiters’Gravatar Tom Willemse2021-04-251-2/+3
|
* Add ‘org-roam-insert’ to my Org hydraGravatar Tom Willemse2021-04-181-3/+7
|
* [oni-scheme] Add ‘geiser-guile’Gravatar Tom Willemse2021-04-131-2/+4
| | | | | This is necessary to be able to run ‘geiser’ using Guile Scheme. This commit also fixes a couple of warnings.
* [oni-scheme] Check that the output ends with the ↵Gravatar Tom Willemse2021-04-081-2/+2
| | | | | | | | | | | | | | expected text All of the other tests already check that the output ends with the expected output and isn’t exactly equal to it. This is because I don’t have enough control over (or don’t know enough about) the output Emacs and other packages generate. In order to prevent false-positives from happening as is happening with ‘scheme-mode’, I don’t check what’s before the output I expect. The false-positive that’s happening with ‘scheme-mode’ is an issue that it seems like ‘geiser’ has started complaining that it can’t find ‘guile’, which is expected.
* [oni-scheme] Print output of integration tests for debuggingGravatar Tom Willemse2021-04-081-0/+4
| | | | | In bats, when you print to stdout during a test, if the test fails bats will show the output that was generated. If everything succeeds it hides the output.
* [oni-org] Replace org icons and add a few new onesGravatar Tom Willemse2021-04-0742-21/+340
| | | | | | Replace all of the previous icons used in org-mode for agenda views with SVG ones, and add ones for the “moving”, “security”, “website” and “desktop” categories.
* Add an icon for Emacs tasksGravatar Tom Willemse2021-04-071-20/+21
|
* [oni-eww] Display new eww buffers as the only bufferGravatar Tom Willemse2021-04-061-1/+11
|
* [oni-eww] Add configurationGravatar Tom Willemse2021-04-061-0/+50
|
* [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
|