Evie Litherland-Smith
249806bf29
Change custom-email-config config to start modes *after* the setting have been applied...
9 lines
180 B
EmacsLisp
9 lines
180 B
EmacsLisp
(setq direnv-always-show-summary nil)
|
|
(require 'treesit-auto)
|
|
(global-treesit-auto-mode +1)
|
|
(apheleia-global-mode +1)
|
|
(direnv-mode +1)
|
|
(eglot-ensure)
|
|
|
|
(provide 'custom-ide-config)
|