aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Give some keybindings (hopefully) more descriptive namesGravatar Tom Willemse2022-12-134-13/+13
| | | | | | | This style of keybinding helps ‘which-key’[1] to display a better name for the command. [1]: https://github.com/justbur/emacs-which-key
* [oni-company] Use tab for either completion or indentationGravatar Tom Willemse2022-12-131-1/+3
|
* [oni-browse-url] Open Mastodon URLs with mastodon.el if ↵Gravatar Tom Willemse2022-12-131-1/+17
| | | | installed
* [oni-js] Remove ‘tern’ dependencyGravatar Tom Willemse2022-12-041-3/+2
|
* [oni-eshell] Fix function referenceGravatar Tom Willemse2022-12-041-2/+2
|
* [oni-elfeed] Subscribe to specific wallpaper sizes on redditGravatar Tom Willemse2022-11-221-2/+10
|
* [oni-org-roam] Display org-roam buffer in side windowGravatar Tom Willemse2022-11-221-1/+8
|
* [oni-core] Show a random tip in my initial scratch messageGravatar Tom Willemse2022-11-131-19/+20
| | | | | | | These tips come from “Pragmatic Thinking and Learning: Refactor Your Wetware” by Andy Hunt[1] [1]: https://pragprog.com/titles/ahptl/pragmatic-thinking-and-learning/
* [oni-notmuch] Swap deleted and @me faces so deleted ↵Gravatar Tom Willemse2022-11-131-3/+3
| | | | | | | | takes precedence When I delete a message I don't want it to still be highlighted as a message for me. The fact that I marked it for deletion is more important than that it's addressed to me directly.
* [oni-org] Don't display blocked tasks in the agenda at allGravatar Tom Willemse2022-11-131-1/+5
| | | | | I'm trying as much as I can to just only display what I can actually work on, and by definition anything that is blocked I cannot.
* [oni-org] Enable Special C-kGravatar Tom Willemse2022-11-131-0/+4
| | | | See the documentation of ‘org-special-ctrl-k’ for what it does
* [oni-notmuch] Show messages tagged @me speciallyGravatar Tom Willemse2022-11-131-1/+3
|
* [oni-core] Remove duplicate entries from historyGravatar Tom Willemse2022-11-131-1/+4
|
* [oni-bookmark] Automatically save my bookmarks when I ↵Gravatar Tom Willemse2022-11-131-1/+5
| | | | change them
* [oni-core] Remove the dashboard packageGravatar Tom Willemse2022-11-131-24/+20
| | | | I barely ever look at it.
* [oni-core] Remove agenda items from dashboardGravatar Tom Willemse2022-11-081-1/+2
| | | | I don't use the dashboard to see my tasks.
* [oni-core] Set some variables for the built-in ↵Gravatar Tom Willemse2022-11-021-2/+8
| | | | ‘calendar’ package
* [oni-org] Fix exclusion of ‘journal.org’Gravatar Tom Willemse2022-10-261-2/+2
|
* [oni-org] Add functions to create and update a Pomodoro ↵Gravatar Tom Willemse2022-10-251-2/+44
| | | | | | | | | | overview This is meant to be used as a daily overview of the Pomodoro's that I've gone through during the day. Should be put in my journal. For that reason, and because I haven't figured out how to make it idempotent on days that aren't today, I've added an exclusion of ‘journal.org’ to the ‘oni-org-update-all-dblocks-live’ function.
* [oni-org] Allow project references to work with archived ↵Gravatar Tom Willemse2022-10-191-28/+56
| | | | | | | tasks This commit fixes the issue that project tasks found in the archive of the org file can't be accessed through the link that's been generated. This fixes that.
* [oni-eshell] Display Eshell in bottom window, not side ↵Gravatar Tom Willemse2022-10-191-2/+2
| | | | | | window A side window can't be made the only window, but a window at the bottom can.
* [oni-elfeed] Add another RSS feedGravatar Tom Willemse2022-10-191-2/+3
|
* [oni-org] Add icon for “config” tasksGravatar Tom Willemse2022-09-282-2/+4
|
* [oni-org] Reduce the distance of the tags columnGravatar Tom Willemse2022-09-271-2/+2
| | | | This will make top-level headlines still place their tags before the line ends.
* [oni-groovy] Add ‘/’ as a pair for smartparensGravatar Tom Willemse2022-09-271-2/+7
|
* [oni-embrace] Add """ and ''' as pairs for GroovyGravatar Tom Willemse2022-09-271-6/+9
|
* [oni-elfeed] Mark any paid LWN post as readGravatar Tom Willemse2022-09-221-1/+7
| | | | I can't read these anyway, so I might as well not see them.
* [oni-org] Update available agenda commandsGravatar Tom Willemse2022-09-211-8/+16
|
* [oni-org-roam] Show / hide the roam buffer when desiredGravatar Tom Willemse2022-09-211-9/+21
| | | | | This toggles the roam buffer on when a buffer that is part of org roam is displayed, and toggles it off when I switch away.
* [oni-elfeed] Add another urlGravatar Tom Willemse2022-09-201-2/+3
|
* [oni-smartparens] Add keybind for ↵Gravatar Tom Willemse2022-09-201-2/+3
| | | | ‘sp-splice-sexp-killing-backward’
* [oni-groovy] Replace ‘electric-pair-local-mode’ with ↵Gravatar Tom Willemse2022-09-201-3/+3
| | | | Smartparens
* [oni-circe] Clear the polybar circe widget when Emacs is ↵Gravatar Tom Willemse2022-08-261-1/+6
| | | | closed
* [oni-emms] Set up emms-mpdGravatar Tom Willemse2022-08-261-1/+7
|
* [oni-circe] Add a couple more channelsGravatar Tom Willemse2022-08-261-1/+3
|
* [oni-circe] Show channel status in polybarGravatar Tom Willemse2022-08-261-45/+46
| | | | | | 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.
* [oni-org] Add ‘form-feed’ package to dependenciesGravatar Tom Willemse2022-08-241-2/+2
| | | | This way I can use pretty looking horizontal rulers in my org files.
* [oni-elfeed] Add some feedsGravatar Tom Willemse2022-08-171-2/+4
|
* [oni-notmuch] Give deleted emails a different faceGravatar Tom Willemse2022-08-171-1/+4
|
* Add oni-emms moduleGravatar Tom Willemse2022-08-172-1/+37
|
* [oni-notmuch] Add ‘ol-notmuch’ packageGravatar Tom Willemse2022-07-181-2/+2
|
* [oni-yaml] Add ‘yaml-pro’ packageGravatar Tom Willemse2022-07-181-2/+3
|
* [oni-org] Update default todo agenda commandGravatar Tom Willemse2022-06-211-2/+2
| | | | | | 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.
* [oni-org] Use IDs for org-mode links if a heading has oneGravatar Tom Willemse2022-06-201-1/+3
| | | | | | 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.
* [oni-org] Remove ‘mixed-pitch’Gravatar Tom Willemse2022-06-201-3/+2
| | | | | | | 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.
* [oni-org] Add “Waiting for” to my overview and add ↵Gravatar Tom Willemse2022-06-131-2/+4
| | | | “Review” agenda
* [oni-org] Update all dynamic blocks on saveGravatar Tom Willemse2022-06-131-1/+7
| | | | Skip any that are in archived files.
* [oni-org] Search through the archive for project tasksGravatar Tom Willemse2022-06-051-13/+19
| | | | When I archive tasks I still want them to show up in the projects.
* [oni-org] Add function to write oni-project-steps dblockGravatar Tom Willemse2022-05-261-8/+9
| | | | | This allows me to run ‘org-dynamic-block-insert-dblock’ instead of having to write it manually each time.
* [oni-elfeed] Add more feedsGravatar Tom Willemse2022-05-261-2/+3
|