diff options
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index a64e941..3bfb6b5 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -23,19 +23,18 @@ (add-to-list 'load-path "~/.emacs.d/modules") -(require 'thanos-packages) -(require 'thanos-shells) -(require 'thanos-aesthetics) -(require 'thanos-dired) -(require 'thanos-org) -(require 'thanos-pass) -(require 'thanos-commands) -(require 'thanos-books) -(require 'thanos-chat) -(require 'thanos-dev) -(require 'thanos-dired) -(require 'thanos-mu4e) -(require 'thanos-multimedia) -(require 'thanos-elfeed) +(require 'thanos-packages) ;; List packages and install them +(require 'thanos-shells) ;; vterm, eshell, eat configuration +(require 'thanos-aesthetics) ;; minibuffer and theming configuration +(require 'thanos-org) ;; org-roam, agenda, theming etc +(require 'thanos-pass) ;; password-store +(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-dev) ;; Completions, programming lang specific customization, chatgpt etc. +(require 'thanos-dired) ;; Dired theming and custom functions +(require 'thanos-mu4e) ;; email +(require 'thanos-multimedia) ;; emms, yeetube +(require 'thanos-elfeed) ;; RSS ;;; init.el ends here |