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
5155b14a08
[oni-core] Bump version
2022-02-24 01:56:18 -08:00
04bc3f3b7e
[oni-core] Go to the end of the line if a comment isn't found
2022-02-24 01:55:05 -08:00
ace4d24a7e
[oni-core] Turn on ‘savehist-mode’ and ‘save-place-mode’
2022-02-24 01:54:34 -08:00
7980f4dd28
[oni-vc] Automatically check out files for Perforce
...
When I start typing, automatically check out the file that I'm working with.
2022-02-23 00:14:49 -08:00
9a979dac06
[oni-browse-url] Add redirect for instagram
2022-02-23 00:14:12 -08:00
d513eb84c4
[oni-gnus] Increase the space for a mail's size
...
I seem to get large emails occasionally.
2022-02-16 01:02:45 -08:00
f78a8b1a4e
[oni-gnus] Make point always move to the ‘:’ after the size
2022-02-16 01:02:06 -08:00
13e7e8767f
[oni-browse-url] Add some redirections to scribe and yewtube
2022-02-16 01:01:19 -08:00
055240f3db
[oni-org] Icrease the duration of a single Pomodoro
...
I've been experimenting with using 25 minutes instead of 20 for each Pomodoro.
2022-02-08 09:47:49 -08:00
5a15eacc0d
[oni-org] Specify some more properties on the capture frame
...
The name helps to specify in the window manager that it shouldn't be tiled, and
the width and height are just stylistic choices.
2022-02-08 09:46:59 -08:00
e22b5a5626
[oni-counsel] Add some functions to interact with the OS
2022-02-08 09:46:19 -08:00
0b640ec28e
[oni-core] Replace ‘(upcase|downcase|capitalize)-word’ with dwim
...
The “Do What I Mean” variants will either work on a region or a word, not just a
word.
2022-02-08 09:44:59 -08:00
dcf277a644
[oni-browse-url] Add advice to ‘browse-url’ to redirect some URLs
...
There are a couple of free alternative front-ends to certain services:
- Scribe for Medium.
- Nitter for Twitter.
- Invidious for Youtube.
2022-02-08 09:42:32 -08:00
5834c0a7ef
[oni-cmake] Add function to narrow the buffer to the current defun
2022-02-03 21:58:09 -08:00