aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* oni-core: Recursively list project directories that are safeGravatar Tom Willemse2025-07-071-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 nameGravatar Tom Willemse2025-07-071-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 ↵Gravatar Tom Willemse2025-07-071-1/+3
| | | | is enabled
* oni-core: Fix location of codeGravatar Tom Willemse2025-07-071-2/+2
| | | | This is the new location for all of my code projects.
* oni-js: Add .mjs files as JavaScript filesGravatar Tom Willemse2025-06-241-2/+6
|
* oni-sh: Make .env files sh-mode filesGravatar Tom Willemse2025-06-241-1/+3
|
* oni-css: Enable prettier modeGravatar Tom Willemse2025-06-171-2/+3
|
* oni-scheme: Allow ‘|’ to be used in SchemeGravatar Tom Willemse2025-06-021-1/+3
|
* oni-php: Add snippetsGravatar Tom Willemse2025-05-202-0/+12
|
* oni-php: Change key of test-comment snippet to @tGravatar Tom Willemse2025-05-201-1/+1
|
* oni-yaml: Enable flycheckGravatar Tom Willemse2025-05-081-2/+3
|
* js: Add prettier for formattingGravatar Tom Willemse2025-04-231-2/+3
|
* web: Add prettier for formattingGravatar Tom Willemse2025-04-231-3/+4
|
* oni-php: Add auto-insert template for Laravel test filesGravatar Tom Willemse2025-04-161-1/+26
|
* oni-php: Add logger-info snippetGravatar Tom Willemse2025-04-101-0/+5
|
* oni-php: Add more snippetsGravatar Tom Willemse2025-04-072-0/+13
|
* oni-php: Swap electric-pair-mode for smartparensGravatar Tom Willemse2025-04-071-2/+2
|
* oni-php: Make sure imports aren't duplicatedGravatar Tom Willemse2025-04-071-5/+6
|
* oni-php: Fix casts snippetGravatar Tom Willemse2025-04-071-1/+1
|
* oni-php: Add ‘rainbow-delimiters-mode’Gravatar Tom Willemse2025-04-071-3/+4
|
* oni-php: Make ‘oni-php-comment-dwim’ work with classesGravatar Tom Willemse2025-04-071-2/+3
|
* Add strict-types snippet to PHPGravatar Tom Willemse2025-04-071-0/+5
|
* Add casts snippet to PHPGravatar Tom Willemse2025-04-071-0/+7
|
* notmuch: Redo deleted tag displayGravatar Tom Willemse2025-04-061-2/+2
|
* oni-org: Remove reference to exocortex-novusGravatar Tom Willemse2025-03-061-2/+2
|
* oni-org: Update location of todo filesGravatar Tom Willemse2025-03-062-36/+11
|
* oni-org: Move tasks to gtd folderGravatar Tom Willemse2025-03-061-7/+13
|
* oni-core: Fix some require expressionsGravatar Tom Willemse2025-02-141-4/+4
|
* oni-core: Bring back requiresGravatar Tom Willemse2025-02-131-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 importsGravatar Tom Willemse2025-02-131-1/+39
|
* oni-core: Remove all require callsGravatar Tom Willemse2025-02-111-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 ↵Gravatar Tom Willemse2025-02-111-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 hashGravatar Tom Willemse2025-01-301-9/+22
|
* oni-git-commit: Add ‘-’ as paragraph separatorGravatar Tom Willemse2025-01-301-1/+9
|
* oni-git-commit: Make sure refill doesn't refill git ↵Gravatar Tom Willemse2025-01-301-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 searchingGravatar Tom Willemse2025-01-241-2/+2
|
* oni-php: Add command to enter expected operatorGravatar Tom Willemse2025-01-241-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 classGravatar Tom Willemse2025-01-221-0/+15
|
* oni-php: Add support to add first use statementGravatar Tom Willemse2025-01-221-3/+8
|
* oni-gui: Fix icons pathGravatar Tom Willemsen2025-01-151-2/+2
|
* Replace isearch and auto-revert icons with SVG imagesGravatar Tom Willemsen2025-01-153-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 modeGravatar Tom Willemsen2025-01-131-0/+5
|
* oni-core: Remove buffer position from mode-lineGravatar Tom Willemsen2025-01-021-1/+5
|
* oni-php: Enable subword-modeGravatar Tom Willemsen2024-12-301-1/+2
|
* oni-php: Warn me when I'm trying to use a non-existent classGravatar Tom Willemsen2024-12-301-3/+6
|
* oni-php: find-php-class: Only match namespace at ↵Gravatar Tom Willemsen2024-12-301-1/+1
| | | | beginning of line
* Add snippet to add the namespace to a fileGravatar Tom Willemsen2024-12-301-0/+5
|
* oni-php: Make sure the use script runs in the right ↵Gravatar Tom Willemsen2024-12-301-2/+3
| | | | directory