aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [oni-elfeed] Add some feedsGravatar Tom Willemse2022-05-261-2/+4
|
* [oni-notmuch] Add notmuch configurationGravatar Tom Willemse2022-05-261-0/+43
|
* [oni-org] Fix using ‘oni-org-move-subtree’ multiple ↵Gravatar Tom Willemse2022-05-131-3/+4
| | | | | | | | | | | | | 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.
* [oni-org] Use ‘rx’ instead of ‘rx-to-string’Gravatar Tom Willemse2022-05-111-3/+5
| | | | | | ‘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.
* [oni-org] Combine ‘oni-move-subtree-*’ into ↵Gravatar Tom Willemse2022-05-111-18/+22
| | | | | | | | ‘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.
* [oni-org] Add commands to move subtrees relative to othersGravatar Tom Willemse2022-04-241-1/+22
|
* [oni-org] Add agenda to overview command and show 10 ↵Gravatar Tom Willemse2022-04-241-2/+3
| | | | items each
* [oni-org] Remove references to ‘oni-backlinks’Gravatar Tom Willemse2022-04-224-12/+0
| | | | | 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.
* [oni-browse] Redirect any ‘*.medium.com’ URL to ↵Gravatar Tom Willemse2022-04-011-42/+34
| | | | scribe.rip
* [oni-groovy] Add defun-based navigation propertiesGravatar Tom Willemse2022-04-011-1/+34
| | | | | With this also comes the ability to call ‘narrow-to-defun’ and have it show only the current function.
* [oni-package] Add tekuti-el repositoryGravatar Tom Willemse2022-04-011-1/+5
|
* [oni-org] Add support for id: backlinks in oni-backlinks ↵Gravatar Tom Willemse2022-04-011-3/+6
| | | | dblock
* [oni-org] Add dynamic block for org for linking together ↵Gravatar Tom Willemse2022-04-011-0/+44
| | | | | | | | 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.
* [oni-org] Add an agenda with tasks, articles, videos, ↵Gravatar Tom Willemse2022-04-011-1/+7
| | | | and music
* [oni-lsp] Remove ivy dependencyGravatar Tom Willemse2022-03-181-6/+2
|
* [oni-org] Show the agenda as the only windowGravatar Tom Willemse2022-03-151-1/+2
|
* [oni-org] Hide the body of the task marked as doneGravatar Tom Willemse2022-03-151-0/+7
|
* [oni-vc] Fix function referenceGravatar Tom Willemse2022-03-021-2/+2
|
* [oni-projectile] Remove dependency on ivyGravatar Tom Willemse2022-03-011-8/+3
|
* [oni-core] Put cygwin at the end of the exec-path list ↵Gravatar Tom Willemse2022-03-011-3/+3
| | | | | | | | 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.
* [oni-core] Remove counsel (and ivy) and replace with verticoGravatar Tom Willemse2022-03-011-3/+47
| | | | | | | | 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.
* [oni-browse-url] Add ‘itnext.io’ as a Medium urlGravatar Tom Willemse2022-02-281-1/+4
|
* [oni-lsp] Use a posframe to show a function signatureGravatar Tom Willemse2022-02-281-1/+2
| | | | Instead of the minibuffer.
* [oni-lsp] Remove non-existent variableGravatar Tom Willemse2022-02-281-3/+1
|
* [oni-org] Enable ‘org-agenda-log-mode’ by default in ↵Gravatar Tom Willemse2022-02-281-1/+2
| | | | | | Org agendas This will show when I've marked items as done and when I've logged time on tasks.
* [oni-core] Load the ‘generic-x’ libraryGravatar Tom Willemse2022-02-281-1/+2
| | | | | This library defines a few useful generic major modes like ‘etc-fstab-generic-mode’, and ‘java-properties-generic-mode’.
* [oni-vc] Fix function nameGravatar Tom Willemse2022-02-241-2/+2
|
* [oni-core] Bump versionGravatar Tom Willemse2022-02-241-1/+1
|
* [oni-core] Go to the end of the line if a comment isn't ↵Gravatar Tom Willemse2022-02-241-6/+8
| | | | found
* [oni-core] Turn on ‘savehist-mode’ and ↵Gravatar Tom Willemse2022-02-241-0/+4
| | | | ‘save-place-mode’
* [oni-vc] Automatically check out files for PerforceGravatar Tom Willemse2022-02-231-1/+18
| | | | When I start typing, automatically check out the file that I'm working with.
* [oni-browse-url] Add redirect for instagramGravatar Tom Willemse2022-02-231-1/+4
|
* [oni-gnus] Increase the space for a mail's sizeGravatar Tom Willemse2022-02-161-2/+2
| | | | I seem to get large emails occasionally.
* [oni-gnus] Make point always move to the ‘:’ after ↵Gravatar Tom Willemse2022-02-161-0/+18
| | | | the size
* [oni-browse-url] Add some redirections to scribe and yewtubeGravatar Tom Willemse2022-02-161-1/+16
|
* [oni-org] Icrease the duration of a single PomodoroGravatar Tom Willemse2022-02-081-2/+2
| | | | I've been experimenting with using 25 minutes instead of 20 for each Pomodoro.
* [oni-org] Specify some more properties on the capture frameGravatar Tom Willemse2022-02-081-1/+5
| | | | | The name helps to specify in the window manager that it shouldn't be tiled, and the width and height are just stylistic choices.
* [oni-counsel] Add some functions to interact with the OSGravatar Tom Willemse2022-02-081-1/+23
|
* [oni-core] Replace ↵Gravatar Tom Willemse2022-02-081-1/+4
| | | | | | | ‘(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.
* [oni-browse-url] Add advice to ‘browse-url’ to ↵Gravatar Tom Willemse2022-02-081-1/+31
| | | | | | | | | | | | redirect some URLs There are a couple of free alternative front-ends to certain services: - Scribe for Medium. - Nitter for Twitter. - Invidious for Youtube.
* [oni-cmake] Add function to narrow the buffer to the ↵Gravatar Tom Willemse2022-02-031-1/+15
| | | | current defun
* [oni-csharp] Add csharp-solution-mode major modeGravatar Tom Willemse2022-02-021-49/+59
| | | | | | This major mode will be for viewing and editing the solution file. Right now it just parses the solution file and displays some of the project names instead of the GUIDs to make it more human readable.
* [oni-csharp] Add compilation regular expression for ↵Gravatar Tom Willemse2022-02-021-0/+18
| | | | devenv errors
* [oni-org] Allow refiling to someday.orgGravatar Tom Willemse2022-01-121-2/+9
| | | | | I'm trying to get a little more serious about GTD, and using a someday file is part of that.
* [oni-org] Modify the columns format for the todo listGravatar Tom Willemse2022-01-111-2/+3
| | | | | Since I'm trying out the Pomodoro technique I want to be able to see at how many pomodoro's I've estimated something so that I can choose what to do next.
* [oni-org] Don't change the state of a TODO when I'm ↵Gravatar Tom Willemse2022-01-111-2/+3
| | | | | | | | | capturing it When a capture template is set up to clock in as I'm capturing it, this function would immediately change the state of the item to WIP (or whichever next status there was), but even though I'm spending time on the ticket at that point it's not in progress yet.
* [oni-org] Add a simple Pomodoro durationGravatar Tom Willemse2022-01-101-1/+12
| | | | | | I'm trying out the Pomodoro Technique and one of the things you're supposed to do is estimate your tasks in pomodoros. This change lets me estimate in, for example, 1p (20min) based on my specified pomodoro duration.
* [oni-core] Disable the ‘C-x o’ keybindingGravatar Tom Willemse2022-01-061-1/+2
| | | | | I'm so used to using it that I keep forgetting to use ‘M-o’ for ‘ace-window’ instead. By disabling this keybinding I can train myself to use ‘ace-window’.
* [oni-csharp] Change indentation for argument list ↵Gravatar Tom Willemse2022-01-051-2/+3
| | | | | | | | | | | | | | | | continuations Previously: public void Foo(TypeA arg1, TypeB arg2) { Now: public void Foo(TypeA arg1, TypeB arg2) {
* [oni-org-roam] Add additional properties to ↵Gravatar Tom Willemse2022-01-031-1/+8
| | | | | | | ‘org-mode’ on load Add the ‘ROAM_REFS’ and ‘ROAM_ALIASES’ properties to ‘org-default-properties’ so that they're included for completion when setting properties.