aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [oni-csharp] Change indentation for argument list ↵Gravatar Tom Willemse2022-01-051-2/+3
| | | | | | | | | | | | | | | | continuations Previously: public void Foo(TypeA arg1, TypeB arg2) { Now: public void Foo(TypeA arg1, TypeB arg2) {
* [oni-org-roam] Add additional properties to ↵Gravatar Tom Willemse2022-01-031-1/+8
| | | | | | | ‘org-mode’ on load Add the ‘ROAM_REFS’ and ‘ROAM_ALIASES’ properties to ‘org-default-properties’ so that they're included for completion when setting properties.
* [oni-org-roam] Enable ‘visual-line-mode’ for roam ↵Gravatar Tom Willemse2022-01-031-0/+3
| | | | buffers
* [oni-package] Remove deprecated ‘org’ package archiveGravatar Tom Willemse2021-12-081-5/+1
| | | | | All distribution of the latest “org-mode” version happens through the “nongnu” package archive now.
* Add ‘ace-window’ dependency and keybindGravatar Tom Willemse2021-12-071-2/+4
|
* [oni-gui] Disable ligatures on WindowsGravatar Tom Willemse2021-12-011-9/+8
| | | | | | I'm trying to fix an issue with loading a C# file that freezes my Emacs on Windows. I've turned off the other functions, but it appears that this still happens. If I have ligatures off, it seems to work ok.
* [oni-gui] Don't use variable pitch or any fancy ↵Gravatar Tom Willemse2021-12-011-6/+8
| | | | characters on WinNT
* [oni-gui] Replace special characters with character codesGravatar Tom Willemse2021-12-011-21/+21
| | | | This is faster on systems where the right fonts haven't been installed.
* Remove lock fileGravatar Tom Willemse2021-12-011-1/+0
| | | | How did I ever submit this? This doesn't belong here...
* Remove autoloads for snippet loadingGravatar Tom Willemse2021-12-0113-39/+13
| | | | | Loading ‘yasnippet’ shouldn't automatically load my package configuration. If my package configuration hasn't been loaded it shouldn't try to include my snippets.
* [oni-git-commit] Enable ‘electric-pair-local-mode’Gravatar Tom Willemse2021-11-301-1/+2
| | | | | With ‘electric-pair-local-mode’ enabled and my inhibit function, this makes for some pretty easy typing of words like “don't”.
* [oni-org] Enable ‘electric-pair-local-mode’Gravatar Tom Willemse2021-11-301-1/+2
| | | | | With ‘electric-pair-local-mode’ and my inhibit function together I get a pretty reasonable way of typing fancy quotes and regular quotes in words like “don't”.
* [oni-org-roam] Don't include headings that are FINISHED ↵Gravatar Tom Willemse2021-11-231-2/+4
| | | | in my agenda
* Remove all self-loading autoload cookiesGravatar Tom Willemse2021-11-2344-136/+99
| | | | | | | | The big downside of usuing these cookies to inject my configuration into the loading of a package is that it means that I can't load that package without my configuration anymore. This means that when I start ‘emacs -Q’ and then call ‘package-initialize’ it'll load my configuration as well. This makes debugging things very difficult.
* [oni-org-roam] Add any files with tasks in them to org ↵Gravatar Tom Willemse2021-11-161-1/+19
| | | | agenda files
* [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.