diff options
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 2c3d425..131a7ba 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -31,7 +31,7 @@ (require 'thanos-commands) ;; Misc commands to manage vm's and others (require 'thanos-books) ;; pdf-tools, nov-mode (require 'thanos-chat) ;; telega, erc, ement -(require 'thanos-devtools) ;; Completions, programming lang specific customization, chatgpt etc. +(require 'thanos-tools) ;; Completions, programming lang specific customization, chatgpt etc. (require 'thanos-dired) ;; Dired theming and custom functions (require 'thanos-mu4e) ;; Email client (require 'thanos-multimedia) ;; emms, yeetube |