| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||
| | | ||||||
| * | js: Add prettier for formatting | 2025-04-23 | 1 | -2/+3 | ||
| | | ||||||
| * | web: Add prettier for formatting | 2025-04-23 | 1 | -3/+4 | ||
| | | ||||||
| * | oni-php: Add auto-insert template for Laravel test files | 2025-04-16 | 1 | -1/+26 | ||
| | | ||||||
| * | oni-php: Add logger-info snippet | 2025-04-10 | 1 | -0/+5 | ||
| | | ||||||
| * | oni-php: Add more snippets | 2025-04-07 | 2 | -0/+13 | ||
| | | ||||||
| * | oni-php: Swap electric-pair-mode for smartparens | 2025-04-07 | 1 | -2/+2 | ||
| | | ||||||
| * | oni-php: Make sure imports aren't duplicated | 2025-04-07 | 1 | -5/+6 | ||
| | | ||||||
| * | oni-php: Fix casts snippet | 2025-04-07 | 1 | -1/+1 | ||
| | | ||||||
| * | oni-php: Add ‘rainbow-delimiters-mode’ | 2025-04-07 | 1 | -3/+4 | ||
| | | ||||||
| * | oni-php: Make ‘oni-php-comment-dwim’ work with classes | 2025-04-07 | 1 | -2/+3 | ||
| | | ||||||
| * | Add strict-types snippet to PHP | 2025-04-07 | 1 | -0/+5 | ||
| | | ||||||
| * | Add casts snippet to PHP | 2025-04-07 | 1 | -0/+7 | ||
| | | ||||||
| * | notmuch: Redo deleted tag display | 2025-04-06 | 1 | -2/+2 | ||
| | | ||||||
| * | oni-org: Remove reference to exocortex-novus | 2025-03-06 | 1 | -2/+2 | ||
| | | ||||||
| * | oni-org: Update location of todo files | 2025-03-06 | 2 | -36/+11 | ||
| | | ||||||
| * | oni-org: Move tasks to gtd folder | 2025-03-06 | 1 | -7/+13 | ||
| | | ||||||
| * | oni-core: Fix some require expressions | 2025-02-14 | 1 | -4/+4 | ||
| | | ||||||
| * | oni-core: Bring back requires | 2025-02-13 | 1 | -1/+76 | ||
| | | | | | But this time don't throw an error if the settings can't be loaded. | |||||
| * | oni-scheme: Add function that will try to hide imports | 2025-02-13 | 1 | -1/+39 | ||
| | | ||||||
| * | oni-core: Remove all require calls | 2025-02-11 | 1 | -76/+1 | ||
| | | | | | | | This isn't how I configure my system anymore, and it's been getting in my way for ages. Makes any system that I haven't installed my configuration for completely unusable. | |||||
| * | oni-php: Add function that makes ‘comment-dwim’ add ↵ | 2025-02-11 | 1 | -1/+24 | ||
| | | | | | | | | | doc comments This checks to see if point is right before a function and if so adds a documentation comment. Otherwise it calls to the original ‘comment-dwim’ to do the right thing for that particular place. | |||||
| * | oni-core: Replace package definition with updated hash | 2025-01-30 | 1 | -9/+22 | ||
| | | ||||||
| * | oni-git-commit: Add ‘-’ as paragraph separator | 2025-01-30 | 1 | -1/+9 | ||
| | | ||||||
| * | oni-git-commit: Make sure refill doesn't refill git ↵ | 2025-01-30 | 1 | -3/+4 | ||
| | | | | | | | | commit comments Re-add the advice around ‘refill-after-change-function’ every time that the function's library is loaded. | |||||
| * | oni-js: Consider .vue files to be JS files for searching | 2025-01-24 | 1 | -2/+2 | ||
| | | ||||||
| * | oni-php: Add command to enter expected operator | 2025-01-24 | 1 | -1/+19 | ||
| | | | | | | The command either inserts a ‘.’ if point is next to, or inside, a string or inside a comment. Otherwise it'll insert the access operator ‘->’ instead. | |||||
| * | oni-php: Add snippet for test class | 2025-01-22 | 1 | -0/+15 | ||
| | | ||||||
| * | oni-php: Add support to add first use statement | 2025-01-22 | 1 | -3/+8 | ||
| | | ||||||
| * | oni-gui: Fix icons path | 2025-01-15 | 1 | -2/+2 | ||
| | | ||||||
| * | Replace isearch and auto-revert icons with SVG images | 2025-01-15 | 3 | -9/+20 | ||
| | | | | | | The font awesome fonts don't always work quite right, but SVG images are pretty good to work with. | |||||
| * | Add snippet for PHP mode | 2025-01-13 | 1 | -0/+5 | ||
| | | ||||||
| * | oni-core: Remove buffer position from mode-line | 2025-01-02 | 1 | -1/+5 | ||
| | | ||||||
| * | oni-php: Enable subword-mode | 2024-12-30 | 1 | -1/+2 | ||
| | | ||||||
| * | oni-php: Warn me when I'm trying to use a non-existent class | 2024-12-30 | 1 | -3/+6 | ||
| | | ||||||
| * | oni-php: find-php-class: Only match namespace at ↵ | 2024-12-30 | 1 | -1/+1 | ||
| | | | | | beginning of line | |||||
| * | Add snippet to add the namespace to a file | 2024-12-30 | 1 | -0/+5 | ||
| | | ||||||
| * | oni-php: Make sure the use script runs in the right ↵ | 2024-12-30 | 1 | -2/+3 | ||
| | | | | | directory | |||||
