1
0
Fork 0
Commit graph

973 commits

Author SHA1 Message Date
90c9ef6270 [oni-smartparens] Add keybind for ‘sp-splice-sexp-killing-backward’ 2022-09-20 13:40:05 -07:00
5d59327d8d [oni-groovy] Replace ‘electric-pair-local-mode’ with Smartparens 2022-09-20 13:39:36 -07:00
30265c17a5 [oni-circe] Clear the polybar circe widget when Emacs is closed 2022-08-26 23:57:32 -07:00
fdeeccf264 [oni-emms] Set up emms-mpd 2022-08-26 22:09:53 -07:00
269bd1a78c [oni-circe] Add a couple more channels 2022-08-26 22:09:33 -07:00
375120e2dd [oni-circe] Show channel status in polybar
I don't like that this global status thing shows up everywhere on the mode line,
which is already quite full with minor modes and the like. This way it's only
ever in one place.
2022-08-26 22:05:51 -07:00
c7e5178a36 [oni-org] Add ‘form-feed’ package to dependencies
This way I can use pretty looking horizontal rulers in my org files.
2022-08-24 20:41:36 -07:00
9d5f0ace49 [oni-elfeed] Add some feeds 2022-08-17 14:51:17 -07:00
1f1e23ffd0 [oni-notmuch] Give deleted emails a different face 2022-08-17 14:50:41 -07:00
d8158ea7ee Add oni-emms module 2022-08-17 14:50:25 -07:00
54417e5852 [oni-notmuch] Add ‘ol-notmuch’ package 2022-07-18 08:55:10 -07:00
ab3fb36ca1 [oni-yaml] Add ‘yaml-pro’ package 2022-07-18 08:54:52 -07:00
2fc7107969 [oni-org] Update default todo agenda command
I've removed the hierarchy from my tags, so now I need to see any for the tag of
the current host name, any computer, and any emacs tasks that have a state of
TODO.
2022-06-21 22:45:57 -07:00
cc3aa6f532 [oni-org] Use IDs for org-mode links if a heading has one
I don't want to set it up to always use an ID just yet because I'm not sure how
well that will work with programs like Orgzly and Orgro which don't support
using ID.
2022-06-20 09:16:34 -07:00
f0bf02d9ec [oni-org] Remove ‘mixed-pitch’
I tried it, and I just didn't like it. It looks alright, but alignment is
difficult, and even though faces are set up to be fixed-pitch they still end up
rendering as variable-pitch. During startup my org file also loads too early and
doesn't get the right font set. It just doesn't really add enough.
2022-06-20 09:11:58 -07:00
1c3b3abb39 [oni-org] Add “Waiting for” to my overview and add “Review” agenda 2022-06-13 16:16:47 -07:00
3a5ea16176 [oni-org] Update all dynamic blocks on save
Skip any that are in archived files.
2022-06-13 16:16:11 -07:00
df3396bd8f [oni-org] Search through the archive for project tasks
When I archive tasks I still want them to show up in the projects.
2022-06-05 14:14:56 -07:00
c63f5f0fec [oni-org] Add function to write oni-project-steps dblock
This allows me to run ‘org-dynamic-block-insert-dblock’ instead of having to
write it manually each time.
2022-05-26 23:13:28 -07:00
67fbdf607e [oni-elfeed] Add more feeds 2022-05-26 23:12:47 -07:00
a10f099d32 [oni-core] Load notmuch config 2022-05-26 23:12:37 -07:00
efb74f9440 [oni-org] Switch to the marker's buffer before getting ID 2022-05-26 01:32:06 -07:00
467914a556 [oni-org] Find projects in any of my agenda files 2022-05-26 01:31:24 -07:00
1e45df5b61 [oni-elfeed] Add some feeds 2022-05-26 01:30:22 -07:00
4505e5bf9f [oni-notmuch] Add notmuch configuration 2022-05-26 00:21:54 -07:00
da68ca4f7d [oni-org] Fix using ‘oni-org-move-subtree’ multiple times in a row
Before, because of the use of ‘org-cut-subtree’, which in turn calls
‘kill-region’, which checks to see if ‘last-command’ equals ‘kill-region’ and
uses either ‘kill-append’ or ‘kill-new’ repeated uses of the
‘oni-org-move-subtree’ command would append cut subtrees together and repeatedly
paste the same subtrees over and over again.

Setting ‘this-command’ will make sure that when the ‘kill-region’ checks the
value of ‘last-command’ it won't find ‘kill-region’ there.
2022-05-13 11:15:01 -07:00
4b94f8403c [oni-org] Use ‘rx’ instead of ‘rx-to-string’
‘rx’ should expand to what is needed to make sure that the right thing is done.
I feel more comfortable using this than ‘rx-to-string’ while unquoting the
variables I use.
2022-05-11 20:37:11 -07:00
54e9c9c26f [oni-org] Combine ‘oni-move-subtree-*’ into ‘oni-org-move-subtree’
These two functions do essentially the same thing, but in different directions.
This can also be done with one single interactive function. This way there is
only one thing to call.
2022-05-11 20:21:53 -07:00
aaa5b89d0a [oni-org] Add commands to move subtrees relative to others 2022-04-24 02:53:43 -07:00
297df3579d [oni-org] Add agenda to overview command and show 10 items each 2022-04-24 02:53:18 -07:00
40919f0fe9 [oni-org] Remove references to ‘oni-backlinks’
I haven't actually been using them at all, and they're just clogging up the
‘org-update-all-dblocks’ command by doing a bunch of unnecessary work.
2022-04-22 17:27:15 -07:00
d6897a634a [oni-browse] Redirect any ‘*.medium.com’ URL to scribe.rip 2022-04-01 18:44:23 -07:00
ed3149f690 [oni-groovy] Add defun-based navigation properties
With this also comes the ability to call ‘narrow-to-defun’ and have it show only
the current function.
2022-04-01 18:43:25 -07:00
64d141212b [oni-package] Add tekuti-el repository 2022-04-01 18:40:17 -07:00
64fee97d35 [oni-org] Add support for id: backlinks in oni-backlinks dblock 2022-04-01 18:39:47 -07:00
641f736478 [oni-org] Add dynamic block for org for linking together projects
This is similar to my backlinks dynamic block, but it supports links by id and
will print them as a checkbox so that the project can track progress by using
the progress cookies.
2022-04-01 18:37:10 -07:00
2dd841ffc3 [oni-org] Add an agenda with tasks, articles, videos, and music 2022-04-01 18:35:55 -07:00
4e73acbae8 [oni-lsp] Remove ivy dependency 2022-03-18 11:09:34 -07:00
3ef86655f1 [oni-org] Show the agenda as the only window 2022-03-15 23:10:59 -07:00
8ff956b3a2 [oni-org] Hide the body of the task marked as done 2022-03-15 23:09:46 -07:00
62dec39756 [oni-vc] Fix function reference 2022-03-02 15:42:53 -08:00
a0f9cbf695 [oni-projectile] Remove dependency on ivy 2022-03-01 23:59:22 -08:00
a8f4ffec6a [oni-core] Put cygwin at the end of the exec-path list on Windows
There are some programs that live in both that and some other directories that
I've added on Windows. This makes sure that the cygwin ones don't overwrite
everything else, since usually I use different versions like MSYS2.
2022-03-01 23:54:18 -08:00
3b29e9799f [oni-core] Remove counsel (and ivy) and replace with vertico
This also brings in marginalia, orderless, consult, and embark.

I've been reading about these projects for a while and after some looking around
it seems like these are at the very least interesting, I'm trying it out for a
while.
2022-03-01 23:52:56 -08:00
90e9eb03dc [oni-browse-url] Add ‘itnext.io’ as a Medium url 2022-02-28 10:35:39 -08:00
205cbf516a [oni-lsp] Use a posframe to show a function signature
Instead of the minibuffer.
2022-02-28 01:38:42 -08:00
7cd5486028 [oni-lsp] Remove non-existent variable 2022-02-28 01:37:10 -08:00
76bffd107c [oni-org] Enable ‘org-agenda-log-mode’ by default in Org agendas
This will show when I've marked items as done and when I've logged time on tasks.
2022-02-28 00:59:06 -08:00
946cb1a3fd [oni-core] Load the ‘generic-x’ library
This library defines a few useful generic major modes like
‘etc-fstab-generic-mode’, and ‘java-properties-generic-mode’.
2022-02-28 00:57:24 -08:00
3131d48a86 [oni-vc] Fix function name 2022-02-24 15:00:03 -08:00