aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [oni-fci] Remove configurationGravatar Tom Willemse2021-06-2217-154/+51
| | | | | ‘fci-mode’ has been completely superseded by the built-in ‘display-fill-column-indicator-mode’.
* [oni-org] Extend the day until 2amGravatar Tom Willemse2021-06-211-1/+2
|
* [oni-org] Depend on ‘org’ and ‘org-contrib’Gravatar Tom Willemse2021-06-211-2/+2
| | | | | ‘org-plus-contrib’ has been deprecated and the equivalent should now be the ‘org’ and ‘org-contrib’ packages.
* [oni-hydra] Don’t load automaticallyGravatar Tom Willemse2021-06-211-3/+1
|
* [oni-embrace] Don’t load automaticallyGravatar Tom Willemse2021-06-211-3/+1
|
* [oni-core] Don’t try to automatically loadGravatar Tom Willemse2021-06-211-3/+1
|
* [oni-core] Ensure that ‘initial-buffer-choice’ gets ↵Gravatar Tom Willemse2021-06-211-2/+2
| | | | a live buffer
* [oni-core] Require ‘auth-source’Gravatar Tom Willemse2021-06-211-1/+2
|
* [oni-core] Add dashboardGravatar Tom Willemse2021-06-211-7/+5
|
* [oni-package] Remove ‘package-quickstart’Gravatar Tom Willemse2021-06-191-4/+1
| | | | | | | This should revert it back to ‘nil’ when I start Emacs. I can’t use ‘package-quickstart’ because it will cause an error on startup and then my Emacs daemon doesn’t work. I’m in the process of moving over to a different way of loading my Emacs packages anyway, so I’ll see if it’s still useful after that.
* [oni-lui] Remove autoload cookieGravatar Tom Willemse2021-06-121-3/+1
| | | | This should be handled by the init file, not hacked in like this.
* [oni-circe] Remove autoload cookieGravatar Tom Willemse2021-06-121-3/+1
| | | | This should be handled by the init file now, not hacked in like this.
* [oni-circe] Some more channels for LiberaGravatar Tom Willemse2021-06-121-2/+5
|
* [oni-circe] Add libera chat settingsGravatar Tom Willemse2021-06-111-1/+7
|
* [oni-org] Allow refiling to the current bufferGravatar Tom Willemse2021-06-111-2/+3
|
* [oni-elfeed] Add “This Month in Org”Gravatar Tom Willemse2021-06-111-2/+3
|
* Remove autoload cookieGravatar Tom Willemse2021-05-271-3/+1
|
* [oni-alert] Remove autoload cookieGravatar Tom Willemse2021-05-271-3/+1
|
* [oni-elfeed] Remove autoload cookieGravatar Tom Willemse2021-05-261-3/+1
|
* [oni-vterm] Remove autoload cookieGravatar Tom Willemse2021-05-241-3/+1
| | | | I’m trying out installing my Emacs configuration through a package manager.
* [oni-gui] Update variable-width fontGravatar Tom Willemse2021-05-241-2/+2
|
* [oni-elisp] Support highlighting negative numbersGravatar Tom Willemse2021-05-241-2/+3
|
* Add feeds from sourcehut and Drew DeVaultGravatar Tom Willemse2021-05-201-2/+4
|
* Remove reddit feedsGravatar Tom Willemse2021-05-181-5/+1
| | | | I’m browsing reddit regularly now, don’t need to also have them in my RSS reader.
* Add Effort to the Reading list viewGravatar Tom Willemse2021-05-181-3/+4
| | | | Also fix a typo ‘Reding’ -> ‘Reading’
* [oni-log-edit] Add configuration for ‘log-edit’Gravatar Tom Willemse2021-05-071-0/+32
|
* [oni-gnus] Use msmtp from the pathGravatar Tom Willemse2021-05-051-2/+2
| | | | | On Guix ‘msmtp’ doesn’t exist in ‘/usr/bin/local’ but in my guix profile. It does exist on the path, so Emacs should just search for it there.
* [oni-gnus] Show a radio button when there is both text ↵Gravatar Tom Willemse2021-04-251-1/+2
| | | | and html
* [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
|