aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* oni-sql: AddHEADmasterGravatar Tom Willemse27 hours1-0/+33
| | | | Configuration for ‘sql-mode’.
* oni-php: Bring back ‘oni-php-comment-dwim’Gravatar Tom Willemse27 hours1-14/+14
|
* oni-outline: AddGravatar Tom Willemse27 hours1-0/+38
| | | | | This configures ‘outline-minor-mode’ and will configure ‘outline-mode’ in the future as well.
* oni-php: Add require for ‘map’Gravatar Tom Willemse6 days1-1/+2
| | | | Hopefully this helps to make sure that ‘(setf (map-elt))’ will work.
* oni-php: Remove php-ts-mode: It's not quite readyGravatar Tom Willemse6 days1-26/+25
| | | | | | Rainbow delimiters mode breaks with large annotations. Functions work slightly differently, so integrations don't work as well. Navigation is unpleasantly different.
* Revert "oni-php: Add PHP treesitter override"Gravatar Tom Willemse6 days1-8/+1
| | | | This reverts commit 448b78d47b0a18239f00526772b4a660be01363c.
* oni-php: Simplify ‘oni-php-add-use’Gravatar Tom Willemse7 days1-2/+2
|
* oni-php: Add command to search for symbol at point, add ↵Gravatar Tom Willemse7 days1-0/+10
| | | | keybindings
* oni-org: Add function to insert org link into bufferGravatar Tom Willemse10 days1-1/+20
|
* oni-org: Add capture template for a reference noteGravatar Tom Willemse10 days1-1/+18
|
* oni-elfeed: Add phpreads feedGravatar Tom Willemse10 days1-2/+3
|
* oni-php: Add PHP treesitter overrideGravatar Tom Willemse2026-03-161-1/+8
|
* oni-php: Switch out ‘php-mode’ for ‘php-ts-mode’Gravatar Tom Willemse2026-03-162-38/+40
|
* oni-gui: Diminish wakatime minor mode to iconGravatar Tom Willemse2026-03-102-3/+9
|
* oni-dired: Add ‘diff-hl-dired-mode’Gravatar Tom Willemse2026-03-101-1/+3
|
* oni-php: Add some snippetsGravatar Tom Willemse2026-03-104-0/+25
|
* oni-gui: Use Dosis font for variable pitchGravatar Tom Willemse2026-03-091-2/+2
|
* oni-gui: Use ‘(setf (map-elt))’ to set ↵Gravatar Tom Willemse2026-03-091-2/+3
| | | | | | | ‘default-frame-alist’ This makes it easier to update existing values, and makes running the same command multiple times idempotent.
* oni-compilation: Notify when tests finishGravatar Tom Willemse2026-03-091-2/+2
|
* find-php-class: Ignore cdk.out directoryGravatar Tom Willemse2026-03-091-1/+4
| | | | | This directory is large and slows down the find operation AND causes old matches to show up.
* oni-php: oni-php-comment-dwim: Require inactive regionGravatar Tom Willemse2026-03-091-1/+2
| | | | | If the region is active, don't try to be smart about what to insert, just do the normal ‘comment-dwim’.
* Add ‘.wakatime-project’ as project markerGravatar Tom Willemse2026-03-081-1/+3
|
* oni-elfeed: Add feedsGravatar Tom Willemse2026-03-081-2/+4
|
* oni-php: ‘oni-php-add-use’: Search for existing use ↵Gravatar Tom Willemse2026-02-091-2/+2
| | | | | | | | more strictly Before searching for ‘App\Models\Promotion’ would also match ‘App\Models\PromotionBulkImport’ and not add the use, but by searching for ‘use App\Models\Promotion;’ we ensure that we don't accidentally match a substring.
* oni-php/snippets/test-comment: Update test method annotationGravatar Tom Willemse2026-02-091-1/+1
| | | | We don't use comments anymore, but annotations instead.
* oni-php/snippets/test-class: Remove WithFakerGravatar Tom Willemse2026-02-091-2/+1
| | | | We can use ‘$this->faker()’ instead.
* oni-php/snippets/namespace: Don't capitalize already ↵Gravatar Tom Willemse2026-02-091-1/+5
| | | | | | | capitalized If a part of the directory tree is already capitalized a certain way, don't capitalize it.
* oni-org: Add function to change TODO state back after ↵Gravatar Tom Willemse2026-01-081-3/+11
| | | | clocking out
* oni-php: Add conditions to expanding short snippetsGravatar Tom Willemse2026-01-084-1/+13
|
* oni-php: Remove unused snippetGravatar Tom Willemse2026-01-081-8/+0
|
* Remove beacon-modeGravatar Tom Willemse2026-01-083-21/+4
| | | | | It doesn't really work very well, it's slow, intrusive. I'll use pulse instead where I want something.
* oni-magit: Set ‘magit-diff-visit-prefer-worktree’ to tGravatar Tom Willemse2026-01-061-1/+7
|
* oni-php: Add rainbow-identifiers modeGravatar Tom Willemse2025-12-221-2/+11
|
* oni-notmuch: Fix deprecation warningGravatar Tom Willemse2025-12-151-2/+2
|
* oni-elfeed: Add some more feedsGravatar Tom Willemse2025-12-151-2/+6
|
* oni-eshell: Add imenu expression for promptsGravatar Tom Willemse2025-12-151-1/+7
|
* oni-notmuch: Show newest emails firstGravatar Tom Willemse2025-12-151-1/+3
|
* oni-notmuch: Remove unread tag when I archive a messageGravatar Tom Willemse2025-12-151-1/+2
|
* oni-notmuch: Add special face for Punt-related emailsGravatar Tom Willemse2025-12-151-0/+2
|
* oni-web: Add js ffap function and a rename functionGravatar Tom Willemse2025-12-101-1/+8
|
* oni-project: Fix vterm nameGravatar Tom Willemse2025-12-101-2/+2
|
* oni-php: Add snippetsGravatar Tom Willemse2025-12-104-2/+26
|
* oni-js: Add function that will guess the javascript ↵Gravatar Tom Willemse2025-12-101-1/+39
| | | | import location
* oni-sh: Fix definition of facesGravatar Tom Willemse2025-10-101-3/+3
|
* oni-sh: Include ‘bash-ts-mode’ for everything needed ↵Gravatar Tom Willemse2025-10-101-7/+10
| | | | for ‘sh-mode’
* oni-web: Add imenu regexp expressionGravatar Tom Willemse2025-10-031-1/+21
|
* oni-js: Include more functions in the imenu regexpGravatar Tom Willemse2025-10-031-4/+6
|
* oni-js: Set generic imenu expression for JavaScript ↵Gravatar Tom Willemse2025-08-051-1/+13
| | | | functions
* oni-web: Include Vue files in web-modeGravatar Tom Willemse2025-08-011-1/+4
|
* oni-core: Add functions to inc-/decrement number at pointGravatar Tom Willemse2025-07-281-1/+21
|