1
0
Fork 0
Commit graph

695 commits

Author SHA1 Message Date
43eecedd1a [oni-core] Require ‘auth-source’ 2021-06-21 23:36:20 -07:00
e6ea0611ee [oni-core] Add dashboard 2021-06-21 23:03:56 -07:00
2609dbab87 [oni-package] Remove ‘package-quickstart’
This should revert it back to ‘nil’ when I start Emacs. I can’t use
‘package-quickstart’ because it will cause an error on startup and then my Emacs
daemon doesn’t work. I’m in the process of moving over to a different way of
loading my Emacs packages anyway, so I’ll see if it’s still useful after that.
2021-06-19 13:57:44 -07:00
ef22e84149 [oni-lui] Remove autoload cookie
This should be handled by the init file, not hacked in like this.
2021-06-12 22:51:18 -07:00
c89fb0dc93 [oni-circe] Remove autoload cookie
This should be handled by the init file now, not hacked in like this.
2021-06-12 22:50:44 -07:00
e71157915f [oni-circe] Some more channels for Libera 2021-06-12 22:08:04 -07:00
de23d8fa5e [oni-circe] Add libera chat settings 2021-06-11 01:19:38 -07:00
5a6ba52a1a [oni-org] Allow refiling to the current buffer 2021-06-11 01:19:22 -07:00
500e36c381 [oni-elfeed] Add “This Month in Org” 2021-06-11 01:19:11 -07:00
0a38b9f2e0 Remove autoload cookie 2021-05-27 23:01:20 -07:00
74c66d355e [oni-alert] Remove autoload cookie 2021-05-27 22:48:00 -07:00
d39ed12a03 [oni-elfeed] Remove autoload cookie 2021-05-26 00:39:40 -07:00
35c21e7f8f [oni-vterm] Remove autoload cookie
I’m trying out installing my Emacs configuration through a package manager.
2021-05-24 20:01:04 -07:00
b1c7553275 [oni-gui] Update variable-width font 2021-05-24 19:49:40 -07:00
72b4e0b83e [oni-elisp] Support highlighting negative numbers 2021-05-24 19:49:40 -07:00
53ed90be40 Add feeds from sourcehut and Drew DeVault 2021-05-20 22:50:49 -07:00
594d4e8094 Remove reddit feeds
I’m browsing reddit regularly now, don’t need to also have them in my RSS reader.
2021-05-18 23:25:44 -07:00
ee6b99af45 Add Effort to the Reading list view
Also fix a typo ‘Reding’ -> ‘Reading’
2021-05-18 23:03:04 -07:00
074268215e [oni-log-edit] Add configuration for ‘log-edit’ 2021-05-07 17:02:14 -07:00
e5111cda8b [oni-gnus] Use msmtp from the path
On Guix ‘msmtp’ doesn’t exist in ‘/usr/bin/local’ but in my guix profile. It
does exist on the path, so Emacs should just search for it there.
2021-05-05 20:56:58 -07:00
489c6bbfb9 [oni-gnus] Show a radio button when there is both text and html 2021-04-25 18:23:33 -07:00
363b34c53a [oni-gnus] Sort threads by date 2021-04-25 18:09:47 -07:00
17e3392313 [oni-org] Require using ‘{}’ for sub- and superscripts 2021-04-25 18:03:22 -07:00
a783346a79 [oni-org] Specialize ‘C-a’ and ‘C-e’ for org elements
When on a heading, first move to the beginning of the heading title, and then to
the beginning of the line. For moving to the end, first move to the end of the
title, and then past any tags.
2021-04-25 18:01:45 -07:00
0e46d80c6b [oni-org] Automatically renumber and sort footnotes in org 2021-04-25 18:00:51 -07:00
fa8a55843b [oni-org] Display entities in org in a nicer way 2021-04-25 18:00:08 -07:00
fda64e525e [oni-core] Add a function that does the reverse of ‘fill-paragraph’
This was taken from Bastien Guerry’s Emacs configuration:
https://github.com/bzg/dotemacs
2021-04-25 17:57:46 -07:00
1e974046c5 [oni-core] Use ‘org-mode’ for the initial scratch buffer 2021-04-25 17:53:21 -07:00
cd8565d9bd [oni-core] Enable ‘auto-insert-mode’ 2021-04-25 17:50:22 -07:00
6d3975566c [oni-package] Enable ‘package-quickstart’ 2021-04-25 17:47:12 -07:00
fd6b131d1c [oni-gnus] Use references, not the subject, to determine threads 2021-04-25 17:44:38 -07:00
ef2c729039 [oni-core] Use Gnus to read mail 2021-04-25 17:42:36 -07:00
feb1e0cc09 [oni-org] Make ‘org-agenda’ restore the window configuration 2021-04-25 17:37:58 -07:00
30426230ed [oni-org] Add an unestimated reading list view 2021-04-25 17:37:08 -07:00
f1ffdae38b [oni-java] Add ‘rainbow-delimiters’ 2021-04-25 17:36:32 -07:00
c2e9a919b6 Add ‘org-roam-insert’ to my Org hydra 2021-04-18 16:13:28 -07:00
ec512f18c9 [oni-scheme] Add ‘geiser-guile’
This is necessary to be able to run ‘geiser’ using Guile Scheme. This commit
also fixes a couple of warnings.
2021-04-13 15:43:43 -07:00
9d51fae47b [oni-scheme] Check that the output ends with the expected text
All of the other tests already check that the output ends with the expected
output and isn’t exactly equal to it. This is because I don’t have enough
control over (or don’t know enough about) the output Emacs and other packages
generate. In order to prevent false-positives from happening as is happening
with ‘scheme-mode’, I don’t check what’s before the output I expect.

The false-positive that’s happening with ‘scheme-mode’ is an issue that it seems
like ‘geiser’ has started complaining that it can’t find ‘guile’, which is
expected.
2021-04-08 17:01:04 -07:00
dab6d0bd70 [oni-scheme] Print output of integration tests for debugging
In bats, when you print to stdout during a test, if the test fails bats will
show the output that was generated. If everything succeeds it hides the output.
2021-04-08 16:04:47 -07:00
fcdabae3fd [oni-org] Replace org icons and add a few new ones
Replace all of the previous icons used in org-mode for agenda views with SVG
ones, and add ones for the “moving”, “security”, “website” and “desktop”
categories.
2021-04-07 23:47:48 -07:00
3f2d563970 Add an icon for Emacs tasks 2021-04-07 19:57:30 -07:00
6234e99de9 [oni-eww] Display new eww buffers as the only buffer 2021-04-06 11:17:44 -07:00
f155080f3f [oni-eww] Add configuration 2021-04-06 11:01:48 -07:00
a1f9243cf0 [org-roam] Add capture templates for reading 2021-04-06 11:00:08 -07:00
1b6972b09f Fix ‘org-roam-insert-immediate’ use in ‘oni-hydra-org’
This still probably calls ‘org-roam-insert-immediate’ incorrectly, but it fixes
it for my current use case. I’ve changed the call to ‘org-roam-find-file’ in a
similar manner in case it ever starts asking me interactively for things.
2021-03-29 10:00:50 -07:00
1e0da964a4 Add ‘nroam’ to the ‘org-roam’ configuration 2021-03-28 11:37:30 -07:00
dd9fedf8ff Decouple ‘oni-org’ and ‘oni-org-roam’
‘org-roam’ doesn’t seem to work correctly on all the machines that I use
‘org-mode’ on.
2021-03-25 20:20:04 -07:00
0e0f464a65 For the journal capture template, only include task if clocked in 2021-03-25 19:37:48 -07:00
0d5b6fcc11 Bump version for oni-org
I updated one of the capture templates, but since they’re not part of the ‘.el’
file itself the version needs to manually be bumped.
2021-03-24 10:33:56 -07:00
9cc3e356af Add some more ligatures supported by Fantasque Sans Mono 2021-03-17 21:21:31 -07:00