From 09491e634a8779643c08ede7292ad8baf299c30a Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 9 Sep 2023 12:50:10 +0300 Subject: emacs(init): Add comments for modules --- .emacs.d/init.el | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) (limited to '.emacs.d/init.el') 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 -- cgit v1.2.3