aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [oni-gnus] Sort threads by dateGravatar Tom Willemse2021-04-251-1/+2
|
* [oni-org] Require using ‘{}’ for sub- and superscriptsGravatar Tom Willemse2021-04-251-1/+2
|
* [oni-org] Specialize ‘C-a’ and ‘C-e’ for org ↵Gravatar Tom Willemse2021-04-251-1/+2
| | | | | | | | elements When on a heading, first move to the beginning of the heading title, and then to the beginning of the line. For moving to the end, first move to the end of the title, and then past any tags.
* [oni-org] Automatically renumber and sort footnotes in orgGravatar Tom Willemse2021-04-251-1/+2
|
* [oni-org] Display entities in org in a nicer wayGravatar Tom Willemse2021-04-251-3/+4
|
* [oni-core] Add a function that does the reverse of ↵Gravatar Tom Willemse2021-04-251-1/+10
| | | | | | | ‘fill-paragraph’ This was taken from Bastien Guerry’s Emacs configuration: https://github.com/bzg/dotemacs
* [oni-core] Use ‘org-mode’ for the initial scratch bufferGravatar Tom Willemse2021-04-251-1/+7
|
* [oni-core] Enable ‘auto-insert-mode’Gravatar Tom Willemse2021-04-251-1/+2
|
* [oni-package] Enable ‘package-quickstart’Gravatar Tom Willemse2021-04-251-1/+4
|
* [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
|