summaryrefslogtreecommitdiff
path: root/init.el
AgeCommit message (Collapse)Author
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...
2025-07-10Basic configurations to Org and AgendaLLoyderino
- Minimalistic HTML exports - Agenda global shortcuts - Agenda directory config - Org capture configuration
2025-07-10Make scroll margin smallerLLoyderino
This is more similar to what I used in Neovim
2025-06-29No more snappy scrollLLoyderino
2025-06-29I feel like integrating doom modeline, so let's goLLoyderino
2025-06-29Regex-based completionLLoyderino
2025-06-26Removed settings already included in better defaultsLLoyderino
2025-06-26Visual undo with vundoLLoyderino
2025-06-26Give it some air...LLoyderino
2025-06-23Better project managementLLoyderino
2025-06-13Replaced company with corfu ecosystemLLoyderino
2025-06-12Boost eglot!LLoyderino
2025-06-12Save file navigation historyLLoyderino
2025-06-12Snippets supportLLoyderino
2025-06-09Set up no littering packageLLoyderino
2025-06-08Sane default for Emacs calendarLLoyderino
2025-06-05Correctly manage font for client sessionsLLoyderino
2025-06-05WIP LSP configuration settingsLLoyderino
2025-06-05Make my nix config colorful thanks :)LLoyderino
2025-06-05Set JetBrains' as default fontLLoyderino
2025-06-01Fixed various minor mistakes in the configuration fileLLoyderino
2025-06-01Auto-completionLLoyderino
2025-06-01Automatically update buffers when files and directories are updated externallyLLoyderino
2025-06-01Removed settings that are already included in the `better-defaults` packageLLoyderino
2025-05-31Use Emacs' built-in function for storing emacs-custom.elLLoyderino
2025-05-31Added nicer flymake configuration settingsLLoyderino
2025-05-31Added markdown modeLLoyderino
2025-05-31Added pdf-toolsLLoyderino
2025-05-24Load better defaults and move Magit loading below themeLLoyderino
I will do a "trust me bro" on the better-defaults package
2025-05-24Added rainbow delimitersLLoyderino
So I finally understand something in elisp
2025-05-24Removed unused codeLLoyderino
2025-05-24Disable annoying bellLLoyderino
2025-05-24Added catppuccin themeLLoyderino
2025-05-23Initialized configuration filesLLoyderino