diff options
author | Thanos Apollo <[email protected]> | 2023-12-17 16:58:39 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-17 16:58:39 +0200 |
commit | 7ff7b8439aeff8e0b71c9b910b4e96b8ef97f462 (patch) | |
tree | 6698628e98dc46305bc0cf18ba5796685b6d70ff /.emacs.d | |
parent | ae90607b587ab3fc9384c94b967bfc175875f56f (diff) |
emacs:(init) Load ai tools
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 |