nixos/home/emacs/config/modules/custom-ide-config.el
Evie Litherland-Smith 16babc3f15 Various additions / changes
Switch email from mu/mu4e to notmuch, with associated service changes

Add elfeed config, enable useful minor-modes

Slight restructure of file layout
2023-10-24 08:06:35 +01:00

9 lines
166 B
EmacsLisp

(setq direnv-always-show-summary nil)
(require 'treesit-auto)
(global-treesit-auto-mode +1)
(apheleia-global-mode +1)
(direnv-mode +1)
(provide 'custom-ide-config)