diff options
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 65e9f64..b40a7b0 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -63,5 +63,6 @@ (require 'thanos-mu4e) ;; Email client (require 'thanos-multimedia) ;; emms, yeetube (require 'thanos-elfeed) ;; RSS +(require 'thanos-ai) ;; AI tools ;;; init.el ends here |