1
0
Fork 0
Commit graph

672 commits

Author SHA1 Message Date
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
fccabea46c
[oni-gui] Remove mode-icons 2021-07-27 14:48:22 -07:00
7df9d8591d [oni-package] Add the nongnu package archive
Emacs 28 already includes it, but 27 doesn't.
2021-07-27 12:45:33 -07:00
8d09d01564
[oni-core] Move enabling of modes to after setting up auto loads
This way I can be sure that any files that need to get loaded when these get
enabled will be loaded.
2021-07-26 21:30:24 -07:00
8d5b37a12d
[oni-core] Add code to load all of the other configuration files
Well, all of those that I’ve updated to require loading.
2021-07-26 21:27:15 -07:00
22373fab15 [oni-org] Add some functions for easy note writing 2021-07-24 01:09:07 -07:00
ed883f3059 [oni-org] Hide both TITLE and title in org buffers 2021-07-24 00:51:16 -07:00
113bed7218 [oni-core] Add a line to the dashboard footer messages 2021-07-24 00:50:40 -07:00
8335b47b03 Disable tests 2021-07-23 01:45:19 -07:00
6e048627a1 [oni-log-edit] Add version number 2021-07-23 01:11:06 -07:00
730acc0394
[oni-org-roam] Remove autoload cookie 2021-07-20 01:15:47 -07:00
0a3a770249
[oni-org] Remove autoload cookie 2021-07-20 01:14:06 -07:00
1d7ac0e410
Add comments on how to use the packages managed by Guix 2021-07-15 22:34:08 -07:00
a14393b612
Remove autoload cookies for packages managed by Guix 2021-07-15 22:33:40 -07:00
46b791411c
[oni-bats] Use my configured yasnippet instead of the default one 2021-07-13 23:16:04 -07:00
4b978ffb75
[oni-ivy] Display posframe in the center of the frame, not window 2021-07-12 21:53:01 -07:00
8bdb2d96ba [oni-c] Remove autoload cookie 2021-07-08 23:55:46 -07:00
19e9e78981 [oni-core] Update messages in the dashboard
These are some of the messages from “Pragmating Thinking & Learning”
2021-07-08 02:27:40 -07:00