| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | | |||||
| * | Set up space cycling | 2024-10-24 | 1 | -1/+7 | |
| | | | | | Remove newlines along with the rest of the whitespace. | ||||
| * | Remove keyboard shortcuts | 2024-10-24 | 1 | -18/+1 | |
| | | | | | | I thought these might make my life easier and my shortcuts a little faster, but they haven't. | ||||
| * | Autoload needed function | 2024-07-08 | 1 | -1/+2 | |
| | | |||||
| * | Require treesit | 2024-07-08 | 2 | -0/+2 | |
| | | | | | `treesit-available-p' is defined in the C source code, but `treesit-ready-p' is defined in `treesit.el'. | ||||
| * | [oni-org] Add files with tasks in PARA directories | 2024-07-01 | 1 | -1/+18 | |
| | | | | | I'm trying out trying out PARA and these files sometimes have tasks in them. | ||||
| * | [oni-org] Change org tags column | 2024-07-01 | 1 | -1/+1 | |
| | | |||||
| * | [oni-org] Fix variable name | 2024-07-01 | 1 | -1/+1 | |
| | | | | | I think they must have renamed this variable at some point. | ||||
| * | [oni-org] Fix indentation | 2024-07-01 | 1 | -9/+9 | |
| | | |||||
| * | [oni-python] Add treesit configuration | 2024-07-01 | 1 | -11/+24 | |
| | | |||||
| * | [oni-yaml] Autoload the major mode remapping | 2024-07-01 | 1 | -3/+4 | |
| | | |||||
| * | [oni-vterm] Add function to open vterm in a project | 2024-07-01 | 1 | -1/+26 | |
| | | |||||
| * | [oni-org] Slim down | 2024-07-01 | 1 | -243/+10 | |
| | | | | | Remove some unused parts of my configuration. | ||||
| * | [oni-elfeed] Add Orange Goblin as favourite band | 2024-07-01 | 1 | -2/+3 | |
| | | |||||
| * | [oni-elfeed] Add some feeds | 2024-07-01 | 1 | -1/+6 | |
| | | |||||
| * | [oni-org] Add capture template for DONE tasks | 2024-05-09 | 1 | -1/+11 | |
| | | |||||
| * | [oni-elfeed] Add another couple of feeds, and some bands ↵ | 2024-04-09 | 1 | -3/+9 | |
| | | | | | to look for | ||||
| * | [oni-org] Fixup stuck-projects and overview agenda views | 2024-04-03 | 1 | -3/+5 | |
| | | |||||
| * | [oni-elfeed] Add some cool bands | 2024-04-03 | 1 | -2/+4 | |
| | | |||||
