aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [oni-elfeed] Enable ‘olivetti-mode’Gravatar Tom Willemse2021-07-011-2/+10
|
* [oni-core] Add Login keyring and remove ‘.netrc’ ↵Gravatar Tom Willemse2021-07-011-2/+5
| | | | auth sources
* [oni-org] Only expand snippets if the key is at start of ↵Gravatar Tom Willemse2021-06-301-1/+9
| | | | line
* [oni-yasnippet] Try expanding snippets when ‘SPC’ is ↵Gravatar Tom Willemse2021-06-301-2/+3
| | | | | | | pressed This hopefully makes it easier for me to use snippets. I always forget about them.
* [oni-org] Add ‘olivetti’ to org-mode buffersGravatar Tom Willemse2021-06-301-2/+3
|
* [oni-org] Remove ‘org-journal’ dependencyGravatar Tom Willemse2021-06-301-7/+2
| | | | I haven’t been using ‘org-journal’, just a simple capture template.
* [oni-org] Add functions to remove and toggle inlineimagesGravatar Tom Willemse2021-06-301-1/+31
|
* [oni-org] Add function to enable showing inline images ↵Gravatar Tom Willemse2021-06-301-2/+21
| | | | on startup
* [oni-circe] Add temporary network defaults for Libera ChatGravatar Tom Willemse2021-06-221-1/+12
| | | | | Only until Guix upgrades the available version of Circe, or I’m able to use the master branch.
* [oni-org] Add simple interactive command to wrap a ↵Gravatar Tom Willemse2021-06-221-1/+14
| | | | region in a block
* [oni-org] Hide ‘#+TITLE: ’Gravatar Tom Willemse2021-06-221-1/+2
|
* [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
|