1
0
Fork 0
Commit graph

1019 commits

Author SHA1 Message Date
f8c0b6b3a8 js: Add prettier for formatting 2025-04-23 11:23:02 -07:00
cd1d4493a4 web: Add prettier for formatting 2025-04-23 11:20:00 -07:00
13d38d77b8 oni-php: Add auto-insert template for Laravel test files 2025-04-16 12:31:24 -07:00
f2cda9c078 oni-php: Add logger-info snippet 2025-04-10 16:36:32 -07:00
65b8e7381d oni-php: Add more snippets 2025-04-07 14:21:14 -07:00
bc8c360593 oni-php: Swap electric-pair-mode for smartparens 2025-04-07 14:20:55 -07:00
31b1d69b0e oni-php: Make sure imports aren't duplicated 2025-04-07 14:20:55 -07:00
ceba96db23 oni-php: Fix casts snippet 2025-04-07 14:20:55 -07:00
dfea43f00f oni-php: Add ‘rainbow-delimiters-mode’ 2025-04-07 14:20:55 -07:00
dac2186768 oni-php: Make ‘oni-php-comment-dwim’ work with classes 2025-04-07 14:20:55 -07:00
1fa91ab306 Add strict-types snippet to PHP 2025-04-07 14:20:55 -07:00
ed7bd3252e Add casts snippet to PHP 2025-04-07 14:20:55 -07:00
cdf3a71d98 notmuch: Redo deleted tag display 2025-04-06 23:14:38 -07:00
3b494e986e oni-org: Remove reference to exocortex-novus 2025-03-06 00:35:19 -08:00
c47e475dbf oni-org: Update location of todo files 2025-03-06 00:20:01 -08:00
d1b1d772fc oni-org: Move tasks to gtd folder 2025-03-06 00:20:01 -08:00
f2f53f04ee oni-core: Fix some require expressions 2025-02-14 15:07:38 -08:00
ab7f5336e6 oni-core: Bring back requires
But this time don't throw an error if the settings can't be loaded.
2025-02-13 23:21:59 -08:00
81386a5427 oni-scheme: Add function that will try to hide imports 2025-02-13 00:22:14 -08:00
4dfff40b9c oni-core: Remove all require calls
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.
2025-02-11 21:20:07 -08:00
a60a66ca2e oni-php: Add function that makes ‘comment-dwim’ add 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.
2025-02-11 15:55:34 -08:00
d9d228d1b1 oni-core: Replace package definition with updated hash 2025-01-30 15:57:52 -08:00
56076c28e1 oni-git-commit: Add ‘-’ as paragraph separator 2025-01-30 10:49:26 -08:00
71882f577b oni-git-commit: Make sure refill doesn't refill git commit comments
Re-add the advice around ‘refill-after-change-function’ every time that the
function's library is loaded.
2025-01-30 10:04:52 -08:00
296ff541e7 oni-js: Consider .vue files to be JS files for searching 2025-01-24 13:59:37 -08:00
4121bdb89c oni-php: Add command to enter expected operator
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.
2025-01-24 12:47:09 -08:00
d8468edadc oni-php: Add snippet for test class 2025-01-22 12:23:12 -08:00
097630b001 oni-php: Add support to add first use statement 2025-01-22 12:19:44 -08:00
Tom Willemsen
ecef5d97d9 oni-gui: Fix icons path 2025-01-15 14:31:05 -08:00
Tom Willemsen
de46dda0bc Replace isearch and auto-revert icons with SVG images
The font awesome fonts don't always work quite right, but SVG images are pretty
good to work with.
2025-01-15 14:14:19 -08:00
Tom Willemsen
835ece1ca9 Add snippet for PHP mode 2025-01-13 08:45:43 -08:00
Tom Willemsen
0598c15bfc oni-core: Remove buffer position from mode-line 2025-01-02 15:33:51 -08:00
Tom Willemsen
48beb4b710 oni-php: Enable subword-mode 2024-12-30 14:17:12 -08:00
Tom Willemsen
2cbb137dd2 oni-php: Warn me when I'm trying to use a non-existent class 2024-12-30 14:16:50 -08:00
Tom Willemsen
2b3048fc87 oni-php: find-php-class: Only match namespace at beginning of line 2024-12-30 11:36:07 -08:00
Tom Willemsen
233c57fc89 Add snippet to add the namespace to a file 2024-12-30 11:26:11 -08:00
Tom Willemsen
ed273e59d2 oni-php: Make sure the use script runs in the right directory 2024-12-30 11:25:48 -08:00
Tom Willemsen
ac7beb27fe oni-php: Add command to add use statement 2024-12-30 09:12:26 -08:00
Tom Willemsen
3a9faa79c3 Enable yasnippets in PHP 2024-12-24 09:39:33 -08:00
Tom Willemsen
8fa46c3639 Add PHP snippets for writing tests 2024-12-24 09:39:09 -08:00
Tom Willemsen
ba8d543050 Add PHP snippet for <?php header 2024-12-23 11:00:40 -08:00
61e1608174 Fix indentation for ‘with-env’ 2024-12-18 00:00:27 -08:00
3d07ac90bd Indent ‘with-cwd’ differently
Like this:

    (with-cwd "directory"
      (something))
2024-12-17 23:49:00 -08:00
0fc53aec35 Remove handle dependency
I've never actually used it and it was causing errors in Guix.
2024-11-01 07:20:50 -07:00
c2cf29c8f2 Add a couple of names to watch out for in elfeed 2024-10-24 00:31:05 -07:00
2f90776712 Add a couple of blog feeds 2024-10-24 00:30:52 -07:00
e26750e302 Set up space cycling
Remove newlines along with the rest of the whitespace.
2024-10-24 00:30:20 -07:00
2183877638 Remove keyboard shortcuts
I thought these might make my life easier and my shortcuts a little faster, but
they haven't.
2024-10-24 00:29:50 -07:00
f404ee6032 Autoload needed function 2024-07-08 15:10:02 -07:00
eeca5767e9 Require treesit
`treesit-available-p' is defined in the C source code, but `treesit-ready-p' is defined in `treesit.el'.
2024-07-08 14:53:20 -07:00