Commit Graph

17 Commits (7f1fc2f936fb66ae3720863432a0a8266a2e5003)

Author SHA1 Message Date
John Turner 2154468a1b
rm'd some pattern from ibuffer-never-show-list
John Turner 1f80e2b5c5
never forgot command history
John Turner 228d60c5dc
show server socket name in modeline
John Turner 858ed5a8e7
use early-init.el to allow setting native comp cache dir
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.
John Turner ee79cc489b
rm'd eglot config, it has all the servers I use setup by default now
John Turner a12a48a0a3
cleaned up treesitter setup script
John Turner 4a7824f864
added some treesitter setup stuff
John Turner eab0f6e6fd
created init-pixel-scroll.el
John Turner 662ca8ed88
added visual-line-mode to compile-mode-hook
John Turner 69d4fc420b
added visual-line-mode to ielm-mode-hook
John Turner d418b37cc6
created a mode-line init module and new mode-line format
John Turner 9bcb1a65eb
disabled filter groups
John Turner f3a38c6363
init/keys/init-keys: kill buffers without prompt by default
John Turner 99d0013ea7
activate modes at the bottom of init.el or in the assoc init module
John Turner 5acbae0027
added an ediff init module
John Turner 9b4283e142
moved dir-locals out of the init dir
John Turner 6fac8a28da
changed the config-* prefix to init-* for all of the init files