diff options
author | Thanos Apollo <[email protected]> | 2023-09-06 16:35:45 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-06 16:35:45 +0300 |
commit | 4a7d53c02cfcb63813e5fd5c482e37ef0c55592f (patch) | |
tree | e8c16e3fae4e69c512d061909ed9e1d7bb3a79d5 | |
parent | 27295e9e7fcc6a35b3d563f94d034f5bd861f373 (diff) |
emacs:(init.el) Add thanos-elfeed
-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 e062649..43ed415 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -37,5 +37,6 @@ (require 'thanos-dired) (require 'thanos-mu4e) (require 'thanos-multimedia) +(require 'thanos-elfeed) ;;; init.el ends here |