| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | oni-php: Add command to add use statement | 2024-12-30 | 2 | -1/+39 | |
| | | |||||
| * | Enable yasnippets in PHP | 2024-12-24 | 1 | -1/+2 | |
| | | |||||
| * | Add PHP snippets for writing tests | 2024-12-24 | 2 | -0/+17 | |
| | | |||||
| * | Add PHP snippet for <?php header | 2024-12-23 | 1 | -0/+5 | |
| | | |||||
| * | Fix indentation for ‘with-env’ | 2024-12-18 | 1 | -1/+2 | |
| | | |||||
| * | Indent ‘with-cwd’ differently | 2024-12-17 | 1 | -1/+3 | |
| | | | | | | | | Like this: (with-cwd "directory" (something)) | ||||
| * | Remove handle dependency | 2024-11-01 | 1 | -7/+2 | |
| | | | | | I've never actually used it and it was causing errors in Guix. | ||||
| * | Add a couple of names to watch out for in elfeed | 2024-10-24 | 1 | -2/+6 | |
| | | |||||
| * | Add a couple of blog feeds | 2024-10-24 | 1 | -1/+3 | |
| | | |||||
