aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [oni-csharp] Change the location of Omnisharp on WindowsGravatar Tom Willemse2021-11-161-1/+6
|
* [oni-core] Don't fail when either ‘oni-c’ or ↵Gravatar Tom Willemse2021-11-161-3/+3
| | | | | | | ‘oni-cpp’ doesn't load Either or neither can be installed when ‘cc-mode’ is loaded, but it shouldn't be an error when one isn't.
* [oni-core] Add settings for spell checkingGravatar Tom Willemse2021-11-101-1/+15
| | | | | | | - Inhibit the use of the ’ character in case a ' should be used so that spell checking programs don't get confused. - Explicitly use the ‘hunspell’ program to perform spell checking.
* [oni-gui] Use a hook to setup the variable and ↵Gravatar Tom Willemse2021-10-281-4/+5
| | | | | | | | | fixed-pitch faces Since the ‘set-face-attribute’ function documentation says that if you use ‘nil’ as the FRAME argument, you set the face attribute for all current and future frames. However this doesn’t seem to work for my setup at all, the variable pitch font is still “Sans Serif” when I open the first frame.
* [oni-org-roam] Turn on ‘org-roam-db-autosync-mode’Gravatar Tom Willemse2021-10-281-1/+3
|
* [oni-gui] Always setup faces immediatelyGravatar Tom Willemse2021-10-211-5/+4
| | | | | | | Since the functions called in ‘oni-gui-setup-faces’ work on either the given frame or, if given ‘nil’, all future frames, it shouldn’t be a problem to call it when the Emacs daemon is starting. And since my main org file is loaded before a frame is created, it doesn’t use the right font otherwise.
* [oni-org] Don’t require ‘ol-man’Gravatar Tom Willemse2021-10-171-2/+2
| | | | | It seems that ‘ol-man’ was moved from org-contrib to the main org repository, but the version of org hasn’t been updated yet, so my system can’t find it yet.
* [oni-dired] Enable ‘hl-line-mode’ in diredGravatar Tom Willemse2021-10-101-1/+2
|
* [oni-dired] Fix docstring referenceGravatar Tom Willemse2021-10-101-1/+1
|
* [oni-org] Bring back Org RoamGravatar Tom Willemse2021-10-061-5/+6
|
* [oni-org-roam] Move location of roam notes and update for v2Gravatar Tom Willemse2021-09-241-40/+7
|
* [oni-diff-hl] Remove autoload cookie, load from ↵Gravatar Tom Willemse2021-09-212-7/+4
| | | | ‘oni-core’
* [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.