1
0
Fork 0
Commit graph

689 commits

Author SHA1 Message Date
cfa0179053 Remove all self-loading autoload cookies
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.
2021-11-23 00:38:09 -08:00
9a7c7e0673 [oni-org-roam] Add any files with tasks in them to org agenda files 2021-11-16 21:38:33 -08:00
ad7152a4d2 [oni-csharp] Change the location of Omnisharp on Windows 2021-11-16 20:49:08 -08:00
3247273c69 [oni-core] Don't fail when either ‘oni-c’ or ‘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.
2021-11-16 20:28:56 -08:00
b3965ea473 [oni-core] Add settings for spell checking
- 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.
2021-11-10 21:32:14 -08:00
a0bd2014f3 [oni-gui] Use a hook to setup the variable and 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.
2021-10-28 20:23:36 -07:00
05cb65c4aa [oni-org-roam] Turn on ‘org-roam-db-autosync-mode’ 2021-10-28 20:00:02 -07:00
2b22982c2c [oni-gui] Always setup faces immediately
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.
2021-10-21 14:26:08 -07:00
f07e7e6ed0
[oni-org] Don’t require ‘ol-man’
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.
2021-10-17 16:39:06 -07:00
2cddf6d1cf [oni-dired] Enable ‘hl-line-mode’ in dired 2021-10-10 01:39:09 -07:00
072b98b597 [oni-dired] Fix docstring reference 2021-10-10 01:38:46 -07:00
82fbd7e4b2 [oni-org] Bring back Org Roam 2021-10-06 01:15:12 -07:00
581a574373
[oni-org-roam] Move location of roam notes and update for v2 2021-09-24 01:17:55 -07:00
1a84c02517
[oni-diff-hl] Remove autoload cookie, load from ‘oni-core’ 2021-09-21 23:29:06 -07:00
8ae902ac62
[oni-css] Remove autoload cookie, load from ‘oni-core’ 2021-09-20 20:28:32 -07:00
4d56d54956
[oni-css] Depend on my configuration of yasnippet 2021-09-20 20:28:06 -07:00
cfd9384374
[oni-csharp] Remove autoload cookie, load from ‘oni-core’ 2021-09-20 20:18:47 -07:00
6b83cea71b
[oni-csharp] Depend on my configuration of Smartparens 2021-09-20 20:17:51 -07:00
3568fc8d05
[oni-cpp] Remove autoload cookie, load from ‘oni-core’ 2021-09-20 20:06:46 -07:00
f6938f85c7
[oni-yasnippet] Change the default expand condition
By default I don’t want any snippets to be expanded in either strings or comments.
2021-09-19 23:53:47 -07:00
bede6c21cf
[oni-counsel] Remove autoload cookie, load from ‘oni-core’ 2021-09-19 23:41:08 -07:00
54859fa9a8
[oni-conf] Remove autoload cookie, load from ‘oni-core’ 2021-09-19 23:22:09 -07:00
0e83518572
[oni-compilation] Remove autoload cookie, load from ‘oni-core’ 2021-09-19 23:07:55 -07:00
0fee67c9d3
[oni-org] Don’t inherit the ‘project’ tag 2021-09-16 19:53:23 -07:00
574284ca78
[oni-core] Add ‘mixed-pitch’ mode to Info 2021-09-16 09:00:05 -07:00
a82ee89a23 [oni-org] Log non-state notes into the task, outside a drawer 2021-09-12 03:09:18 -07:00
6993a3f7af
[oni-org] Remove old compiled snippets file 2021-09-11 23:54:31 -07:00
4fee53aae5 [oni-gui] Fix setting fixed-pitch' and variable-pitch' faces
Also change the `variable-pitch' font to Comic Neue[1]

[1]: http://www.comicneue.com/
2021-09-11 02:55:05 -07:00
cccaac7c32 [oni-org] Add and enable `mixed-pitch' mode 2021-09-11 02:47:56 -07:00
02b680f40b
[oni-org] Fix typo 2021-08-30 14:01:08 -07:00
955d9dd483
[oni-org] Always give Album entries the “music” category 2021-08-30 14:00:35 -07:00
0a2bbffa1a
[oni-org] Use ‘grep -E’ instead of ‘egrep’
‘egrep’ doesn’t seem to be a program that exists on Windows, even after
installing the GNU coreutils through at least Cygwin and MSYS2.
2021-08-30 13:59:36 -07:00
ee6dd64430
[oni-core] Don’t blink ‘beacon’ in Circe channel buffers
Beacon blinks a lot when new messages come in and when I type long sentences. In
Circe buffers this really isn’t necessary.
2021-08-27 12:03:41 -07:00
9f3c9947b6
[oni-circe] Enable ‘olivetti-mode’ 2021-08-27 12:03:12 -07:00
4e3f94b134
[oni-core] Start the week on Monday 2021-08-23 21:45:41 -07:00
3eedef7203
[oni-package] Remove setting ‘package-gnupghome-dir’ 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.
2021-08-23 10:30:24 -07:00
352f61ef62
[oni-org] Simplify usage of inbox.org
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.
2021-08-15 23:40:49 -07:00
af880424a4
[oni-org] Add any org files to the agenda list 2021-08-12 22:02:27 -07:00
ddd2d044ac
[oni-core] Only enable yas-global-mode if everything is installed 2021-08-12 22:02:17 -07:00
7f8da57f4d
[oni-core] Require ‘package’ to use ‘package-installed-p’ 2021-08-07 19:53:41 -07:00
2463c583f9
[oni-org] Update Heading snippet 2021-08-04 00:00:30 -07:00
1ae504e6f0
[oni-org] Expand/update used todo keywords 2021-08-03 09:02:35 -07:00
b7df647005
[oni-org] Rename ‘oni-org-knowledge-*’ to ‘oni-org-exocortex-*’ 2021-07-30 23:16:34 -07:00
f846a15a07
[oni-org] Fix ‘oni-org-find-knowledge-file’
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.
2021-07-30 23:13:56 -07:00
a352d0983a
[oni-cmake] Move autoload to ‘oni-core’ 2021-07-30 23:13:18 -07:00
1b3e25051d
[oni-c] Add ‘rainbow-delimiters’ 2021-07-28 20:35:05 -07:00
97b4372273
[oni-dired] Turn on ‘dired-dwim-target’ 2021-07-28 20:34:49 -07:00
146f5cfcca
Move loading for ‘oni-clojure’ and required packages into ‘oni-core’ 2021-07-27 21:06:46 -07:00
3b65ae5748
[oni-core] Enable ‘yas-global-mode’ if ‘oni-yasnippet’ is installed 2021-07-27 20:40:03 -07:00
79a2ec9b8a
[oni-browse-url] Move autoload into ‘oni-core’
Because these configurations might now be installed through a package manager
they should be loaded through my “core” configuration.
2021-07-27 20:28:54 -07:00