aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
* [oni-ivy] Display posframe in the center of the frame, ↵Gravatar Tom Willemse2021-07-121-1/+7
| | | | not window
* [oni-c] Remove autoload cookieGravatar Tom Willemse2021-07-081-3/+1
|
* [oni-core] Update messages in the dashboardGravatar Tom Willemse2021-07-081-1/+18
| | | | These are some of the messages from “Pragmating Thinking & Learning”
* [oni-c] Set up use of ccls for C codingGravatar Tom Willemse2021-07-081-5/+10
|
* [oni-org] Document where icons come fromGravatar Tom Willemse2021-07-061-3/+6
|
* [oni-org] Add some category iconsGravatar Tom Willemse2021-07-063-1/+9
|
* [oni-org] Check for ‘line-start’ instead of ‘\n’Gravatar Tom Willemse2021-07-061-1/+1
| | | | | Line-start is more accurate and will work for both the beginning of the buffer, and anywhere else in the buffer at the start of the line.
* [oni-org] Add capture template for CODE Magazine issuesGravatar Tom Willemse2021-07-061-4/+33
|
* [oni-core] Add keybinding for `imenu'Gravatar Tom Willemse2021-07-051-1/+2
|
* [oni-org] Add capture template for bought albumsGravatar Tom Willemse2021-07-051-1/+8
|
* [oni-org] Capture most output into my inbox fileGravatar Tom Willemse2021-07-051-8/+7
|
* [oni-org] Add code to embed SVG images in outputGravatar Tom Willemse2021-07-011-1/+37
| | | | This was taken from https://emacs.stackexchange.com/a/57433
* [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.