summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Collapse)Author
2023-07-16converted init code to use use-packageJohn Turner
2023-04-27readded eglot init moduleJohn Turner
2023-03-26rm'd some pattern from ibuffer-never-show-listJohn Turner
2023-03-26never forgot command historyJohn Turner
2023-03-26show server socket name in modelineJohn Turner
2023-03-26use early-init.el to allow setting native comp cache dirJohn Turner
Some of the init.el setup code moved to early-init.el to allow loading our init modules in early init. Loading the native comp init module in init.el set the cache directory variable too late and resulted in the original directory still being populated with eln files.
2023-03-26rm'd eglot config, it has all the servers I use setup by default nowJohn Turner
2023-01-24cleaned up treesitter setup scriptJohn Turner
2023-01-24added some treesitter setup stuffJohn Turner
2022-12-22created init-pixel-scroll.elJohn Turner
2022-12-22added visual-line-mode to compile-mode-hookJohn Turner
2022-12-22added visual-line-mode to ielm-mode-hookJohn Turner
2022-11-16created a mode-line init module and new mode-line formatJohn Turner
2022-11-16disabled filter groupsJohn Turner
2022-11-08init/keys/init-keys: kill buffers without prompt by defaultJohn Turner
2022-10-21activate modes at the bottom of init.el or in the assoc init moduleJohn Turner
2022-10-10added an ediff init moduleJohn Turner
2022-10-07moved dir-locals out of the init dirJohn Turner
2022-10-07changed the config-* prefix to init-* for all of the init filesJohn Turner