aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [oni-css] Remove autoload cookie, load from ‘oni-core’Gravatar Tom Willemse2021-09-202-4/+3
|
* [oni-css] Depend on my configuration of yasnippetGravatar Tom Willemse2021-09-201-2/+2
|
* [oni-csharp] Remove autoload cookie, load from ↵Gravatar Tom Willemse2021-09-202-5/+3
| | | | ‘oni-core’
* [oni-csharp] Depend on my configuration of SmartparensGravatar Tom Willemse2021-09-201-2/+2
|
* [oni-cpp] Remove autoload cookie, load from ‘oni-core’Gravatar Tom Willemse2021-09-202-4/+4
|
* [oni-yasnippet] Change the default expand conditionGravatar Tom Willemse2021-09-191-1/+3
| | | | By default I don’t want any snippets to be expanded in either strings or comments.
* [oni-counsel] Remove autoload cookie, load from ↵Gravatar Tom Willemse2021-09-192-6/+4
| | | | ‘oni-core’
* [oni-conf] Remove autoload cookie, load from ‘oni-core’Gravatar Tom Willemse2021-09-192-4/+3
|
* [oni-compilation] Remove autoload cookie, load from ↵Gravatar Tom Willemse2021-09-192-4/+3
| | | | ‘oni-core’
* [oni-org] Don’t inherit the ‘project’ tagGravatar Tom Willemse2021-09-161-1/+2
|
* [oni-core] Add ‘mixed-pitch’ mode to InfoGravatar Tom Willemse2021-09-161-4/+5
|
* [oni-org] Log non-state notes into the task, outside a ↵Gravatar Tom Willemse2021-09-121-2/+16
| | | | drawer
* [oni-org] Remove old compiled snippets fileGravatar Tom Willemse2021-09-111-11/+0
|
* [oni-gui] Fix setting `fixed-pitch' and `variable-pitch' ↵Gravatar Tom Willemse2021-09-111-6/+10
| | | | | | | | faces Also change the `variable-pitch' font to Comic Neue[1] [1]: http://www.comicneue.com/
* [oni-org] Add and enable `mixed-pitch' modeGravatar Tom Willemse2021-09-111-2/+3
|
* [oni-org] Fix typoGravatar Tom Willemse2021-08-301-1/+1
|
* [oni-org] Always give Album entries the “music” categoryGravatar Tom Willemse2021-08-301-0/+3
|
* [oni-org] Use ‘grep -E’ instead of ‘egrep’Gravatar Tom Willemse2021-08-301-3/+5
| | | | | ‘egrep’ doesn’t seem to be a program that exists on Windows, even after installing the GNU coreutils through at least Cygwin and MSYS2.
* [oni-core] Don’t blink ‘beacon’ in Circe channel ↵Gravatar Tom Willemse2021-08-271-2/+4
| | | | | | | buffers Beacon blinks a lot when new messages come in and when I type long sentences. In Circe buffers this really isn’t necessary.
* [oni-circe] Enable ‘olivetti-mode’Gravatar Tom Willemse2021-08-271-2/+4
|
* [oni-core] Start the week on MondayGravatar Tom Willemse2021-08-231-1/+8
|
* [oni-package] Remove setting ‘package-gnupghome-dir’ ↵Gravatar Tom Willemse2021-08-231-4/+1
| | | | | | | | | on Windows There are multiple versions of the gnupg binary available on Windows. One from MSYS2 and one from Cygwin at the very least. And which one works is heavily dependent on the rest of the system configuration and the way Emacs is installed.
* [oni-org] Simplify usage of inbox.orgGravatar Tom Willemse2021-08-152-34/+31
| | | | | | Instead of everything that needs to explicitly mentioning inbox.org, make it the default notes file. Usually all new notes should be captured in there and will be moved up to other places.
* [oni-org] Add any org files to the agenda listGravatar Tom Willemse2021-08-121-3/+6
|
* [oni-core] Only enable yas-global-mode if everything is ↵Gravatar Tom Willemse2021-08-121-4/+7
| | | | installed
* [oni-core] Require ‘package’ to use ↵Gravatar Tom Willemse2021-08-071-3/+5
| | | | ‘package-installed-p’
* [oni-org] Update Heading snippetGravatar Tom Willemse2021-08-041-6/+6
|
* [oni-org] Expand/update used todo keywordsGravatar Tom Willemse2021-08-031-3/+6
|
* [oni-org] Rename ‘oni-org-knowledge-*’ to ↵Gravatar Tom Willemse2021-07-301-16/+16
| | | | ‘oni-org-exocortex-*’
* [oni-org] Fix ‘oni-org-find-knowledge-file’Gravatar Tom Willemse2021-07-301-2/+3
| | | | | | Make sure that any new files for notes are created in the ‘oni-org-knowledge-directory’ directory and not in whichever directory the current buffer is visiting.
* [oni-cmake] Move autoload to ‘oni-core’Gravatar Tom Willemse2021-07-302-4/+3
|
* [oni-c] Add ‘rainbow-delimiters’Gravatar Tom Willemse2021-07-281-2/+3
|
* [oni-dired] Turn on ‘dired-dwim-target’Gravatar Tom Willemse2021-07-281-1/+2
|
* Move loading for ‘oni-clojure’ and required packages ↵Gravatar Tom Willemse2021-07-275-15/+11
| | | | into ‘oni-core’
* [oni-core] Enable ‘yas-global-mode’ if ↵Gravatar Tom Willemse2021-07-271-1/+3
| | | | ‘oni-yasnippet’ is installed
* [oni-browse-url] Move autoload into ‘oni-core’Gravatar Tom Willemse2021-07-272-4/+3
| | | | | Because these configurations might now be installed through a package manager they should be loaded through my “core” configuration.
* [oni-gui] Remove mode-iconsGravatar Tom Willemse2021-07-271-3/+2
|
* [oni-package] Add the nongnu package archiveGravatar Tom Willemse2021-07-271-1/+5
| | | | Emacs 28 already includes it, but 27 doesn't.
* [oni-core] Move enabling of modes to after setting up ↵Gravatar Tom Willemse2021-07-261-9/+11
| | | | | | | auto loads This way I can be sure that any files that need to get loaded when these get enabled will be loaded.
* [oni-core] Add code to load all of the other ↵Gravatar Tom Willemse2021-07-261-1/+23
| | | | | | configuration files Well, all of those that I’ve updated to require loading.
* [oni-org] Add some functions for easy note writingGravatar Tom Willemse2021-07-241-20/+99
|
* [oni-org] Hide both TITLE and title in org buffersGravatar Tom Willemse2021-07-241-2/+3
|
* [oni-core] Add a line to the dashboard footer messagesGravatar Tom Willemse2021-07-241-2/+3
|
* Disable testsGravatar Tom Willemse2021-07-231-4/+4
|
* [oni-log-edit] Add version numberGravatar Tom Willemse2021-07-231-0/+1
|
* [oni-org-roam] Remove autoload cookieGravatar Tom Willemse2021-07-201-4/+5
|
* [oni-org] Remove autoload cookieGravatar Tom Willemse2021-07-201-3/+5
|
* Add comments on how to use the packages managed by GuixGravatar Tom Willemse2021-07-1515-27/+76
|
* Remove autoload cookies for packages managed by GuixGravatar Tom Willemse2021-07-156-14/+0
|
* [oni-bats] Use my configured yasnippet instead of the ↵Gravatar Tom Willemse2021-07-131-2/+2
| | | | default one