summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
4 daysImprove visual styling for epub readingHEADmasterLLoyderino
5 daysepub reading with nov.elLLoyderino
5 daysAttempt at using newstickerLLoyderino
2026-05-10Installed json tree-sitter grammarLLoyderino
2026-05-10Installed go tree-sitter grammarLLoyderino
2026-05-10Upgraded nix tree-sitter grammar versionLLoyderino
2026-05-09Grouped PHP & Laravel modes under web-modeLLoyderino
2026-05-09Detect use-package definitions with imenuLLoyderino
2026-05-08Removed flymakeLLoyderino
2026-05-08Removed yasnippetLLoyderino
2026-05-08Switched theme from Catppuccin to Tokyo NightLLoyderino
2026-04-12Added more Emacs defaults improvementsLLoyderino
Yoinked from: https://emacsredux.com/blog/2026/04/07/stealing-from-the-best-emacs-configs/
2026-04-12Switched generally to IBM Plex MonoLLoyderino
2026-03-04Switched to IBM Plex Mono on Windows machineLLoyderino
2026-03-04Removed mail configurationLLoyderino
Not really using it
2026-01-19Back to CompanyLLoyderino
Corfu simply doesn't work as well
2026-01-19Removed unused-unnecessary stuffLLoyderino
2026-01-14Back M-\ to Emacs defaultLLoyderino
2025-12-26Delete text when typing with a selectionLLoyderino
2025-11-20Revert Emacs' default behavior for parenthesis and scrollLLoyderino
2025-11-20Improved autocompletion: corfu configs and capeunknown
2025-11-03Added python treesitter grammarLLoyderino
2025-11-01Theme utility will now require Gnome rather than LinuxLLoyderino
If one runs Linux but doesn't have Gnome it will lead to issues
2025-11-01Configured Gnus for mail sendingLLoyderino
2025-09-24Fixed errors when running new config settings on Windowsunknown
2025-09-24Recognize Laravel's `artisan` as a PHP fileLLoyderino
2025-09-24Installed missing dependency grammars for PHPLLoyderino
2025-09-24Enable org-roamLLoyderino
2025-09-24Show whitespace when programmingLLoyderino
2025-09-24Lots of new changes:LLoyderino
- Made .gitignore allow by default (rather than manually specifying what I want) - Dropped pre-built (non-versioned) TS grammars and use built-in ones - Upload custom snippets (lol 1)
2025-09-24Removed Kotlin mode bindingLLoyderino
Not really using it anyways, when I will need it I will add it back
2025-09-13Changed default fill settingsLLoyderino
Now matches with my laptop screen
2025-09-13Removed unused commented-out codeLLoyderino
2025-09-13Rewrote README.md to include the dependencies needed to use the configLLoyderino
2025-09-13Automatically associate correct modes for PHP and BladeLLoyderino
2025-09-13Replaced Projectile with built-in project.elLLoyderino
2025-09-08Updated description to what setup I'm currently runningLLoyderino
2025-09-08No goodies to check out, this has been moved to my Agenda todo insteadLLoyderino
2025-09-08Removed "idea" from Agenda captureLLoyderino
Honestly this was completely redundant and I can just use tags...
2025-09-08Added spell checkingLLoyderino
2025-09-03Adapt configuration so it is compatible with Windowsunknown
2025-08-31Replaced M-\ with just one spaceLLoyderino
This is more useful in many more situations
2025-08-31Removed eglot-boosterLLoyderino
Not really using Eglot so I might as well remove it
2025-08-31Open PDFs in view mode by defaultLLoyderino
2025-08-07Removed LSPsLLoyderino
Not using them anyway
2025-08-01Added multi-cursor functionalityLLoyderino
2025-07-14Disable (temporarily?) doom modelineLLoyderino
2025-07-10Fixed leading space for idea capturing bodyLLoyderino
2025-07-10Activate electric parenthesis in programming modeLLoyderino
Also use hook specific directives for `use-package`
2025-07-10Added PHP treesitter syntaxesLLoyderino
Currently I am managing manually treesitter grammars but I should definitely change this...