| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | oni-php: Add PHP treesitter overrideHEADmaster | 7 days | 1 | -1/+8 | |
| | | |||||
| * | oni-php: Switch out ‘php-mode’ for ‘php-ts-mode’ | 7 days | 2 | -38/+40 | |
| | | |||||
| * | oni-gui: Diminish wakatime minor mode to icon | 13 days | 2 | -3/+9 | |
| | | |||||
| * | oni-dired: Add ‘diff-hl-dired-mode’ | 13 days | 1 | -1/+3 | |
| | | |||||
| * | oni-php: Add some snippets | 13 days | 4 | -0/+25 | |
| | | |||||
| * | oni-gui: Use Dosis font for variable pitch | 14 days | 1 | -2/+2 | |
| | | |||||
| * | oni-gui: Use ‘(setf (map-elt))’ to set ↵ | 14 days | 1 | -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 finish | 14 days | 1 | -2/+2 | |
| | | |||||
| * | find-php-class: Ignore cdk.out directory | 14 days | 1 | -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 region | 14 days | 1 | -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 marker | 2026-03-08 | 1 | -1/+3 | |
| | | |||||
| * | oni-elfeed: Add feeds | 2026-03-08 | 1 | -2/+4 | |
| | | |||||
| * | oni-php: ‘oni-php-add-use’: Search for existing use ↵ | 2026-02-09 | 1 | -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 annotation | 2026-02-09 | 1 | -1/+1 | |
| | | | | | We don't use comments anymore, but annotations instead. | ||||
| * | oni-php/snippets/test-class: Remove WithFaker | 2026-02-09 | 1 | -2/+1 | |
| | | | | | We can use ‘$this->faker()’ instead. | ||||
| * | oni-php/snippets/namespace: Don't capitalize already ↵ | 2026-02-09 | 1 | -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 ↵ | 2026-01-08 | 1 | -3/+11 | |
| | | | | | clocking out | ||||
| * | oni-php: Add conditions to expanding short snippets | 2026-01-08 | 4 | -1/+13 | |
| | | |||||
| * | oni-php: Remove unused snippet | 2026-01-08 | 1 | -8/+0 | |
| | | |||||
| * | Remove beacon-mode | 2026-01-08 | 3 | -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 t | 2026-01-06 | 1 | -1/+7 | |
| | | |||||
| * | oni-php: Add rainbow-identifiers mode | 2025-12-22 | 1 | -2/+11 | |
| | | |||||
| * | oni-notmuch: Fix deprecation warning | 2025-12-15 | 1 | -2/+2 | |
| | | |||||
| * | oni-elfeed: Add some more feeds | 2025-12-15 | 1 | -2/+6 | |
| | | |||||
| * | oni-eshell: Add imenu expression for prompts | 2025-12-15 | 1 | -1/+7 | |
| | | |||||
| * | oni-notmuch: Show newest emails first | 2025-12-15 | 1 | -1/+3 | |
| | | |||||
| * | oni-notmuch: Remove unread tag when I archive a message | 2025-12-15 | 1 | -1/+2 | |
| | | |||||
| * | oni-notmuch: Add special face for Punt-related emails | 2025-12-15 | 1 | -0/+2 | |
| | | |||||
| * | oni-web: Add js ffap function and a rename function | 2025-12-10 | 1 | -1/+8 | |
| | | |||||
| * | oni-project: Fix vterm name | 2025-12-10 | 1 | -2/+2 | |
| | | |||||
| * | oni-php: Add snippets | 2025-12-10 | 4 | -2/+26 | |
| | | |||||
| * | oni-js: Add function that will guess the javascript ↵ | 2025-12-10 | 1 | -1/+39 | |
| | | | | | import location | ||||
| * | oni-sh: Fix definition of faces | 2025-10-10 | 1 | -3/+3 | |
| | | |||||
| * | oni-sh: Include ‘bash-ts-mode’ for everything needed ↵ | 2025-10-10 | 1 | -7/+10 | |
| | | | | | for ‘sh-mode’ | ||||
| * | oni-web: Add imenu regexp expression | 2025-10-03 | 1 | -1/+21 | |
| | | |||||
| * | oni-js: Include more functions in the imenu regexp | 2025-10-03 | 1 | -4/+6 | |
| | | |||||
| * | oni-js: Set generic imenu expression for JavaScript ↵ | 2025-08-05 | 1 | -1/+13 | |
| | | | | | functions | ||||
| * | oni-web: Include Vue files in web-mode | 2025-08-01 | 1 | -1/+4 | |
| | | |||||
| * | oni-core: Add functions to inc-/decrement number at point | 2025-07-28 | 1 | -1/+21 | |
| | | |||||
| * | oni-core: Recursively list project directories that are safe | 2025-07-07 | 1 | -4/+11 | |
| | | | | | | | | | | | These are all project directories that are written by me, either for personal projects or work. None of these should have any dangerous directory local settings. The ‘foreign’ directory is where I keep other people's code that I've either forked for making contributions or for reading the source code. These I may or may not be able to trust. | ||||
| * | oni-core: Add color to the unique part of a buffer name | 2025-07-07 | 1 | -0/+13 | |
| | | | | | | | | | This only applies to buffer lists like ‘switch-buffer’, ‘ibuffer’, and the like, not to the mode-line. This should help make it easier to distinguish which parts are special when more than one buffer with the same name is open. | ||||
| * | oni-magit: Highlight current line when magit-blame-mode ↵ | 2025-07-07 | 1 | -1/+3 | |
| | | | | | is enabled | ||||
| * | oni-core: Fix location of code | 2025-07-07 | 1 | -2/+2 | |
| | | | | | This is the new location for all of my code projects. | ||||
| * | oni-js: Add .mjs files as JavaScript files | 2025-06-24 | 1 | -2/+6 | |
| | | |||||
| * | oni-sh: Make .env files sh-mode files | 2025-06-24 | 1 | -1/+3 | |
| | | |||||
| * | oni-css: Enable prettier mode | 2025-06-17 | 1 | -2/+3 | |
| | | |||||
| * | oni-scheme: Allow ‘|’ to be used in Scheme | 2025-06-02 | 1 | -1/+3 | |
| | | |||||
| * | oni-php: Add snippets | 2025-05-20 | 2 | -0/+12 | |
| | | |||||
| * | oni-php: Change key of test-comment snippet to @t | 2025-05-20 | 1 | -1/+1 | |
| | | |||||
| * | oni-yaml: Enable flycheck | 2025-05-08 | 1 | -2/+3 | |
| | | |||||
