diff options
author | Case Duckworth | 2022-01-03 22:37:46 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-03 22:37:46 -0600 |
commit | 010a6ce839edbb254baccecad5d7293c66fc02c2 (patch) | |
tree | da24ea7724be677745ab931d1385856e1b5d3ebb | |
parent | Better-configure elfeed (diff) | |
download | emacs-010a6ce839edbb254baccecad5d7293c66fc02c2.tar.gz emacs-010a6ce839edbb254baccecad5d7293c66fc02c2.zip |
Add elpher
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el index d2997fb..475ba7e 100644 --- a/init.el +++ b/init.el | |||
@@ -854,6 +854,8 @@ See also `crux-reopen-as-root-mode'." | |||
854 | (:option rmh-elfeed-org-files (list (elfeed/ "/elfeed.org" t))) | 854 | (:option rmh-elfeed-org-files (list (elfeed/ "/elfeed.org" t))) |
855 | (elfeed-org)) | 855 | (elfeed-org)) |
856 | 856 | ||
857 | (setup (:straight elpher)) | ||
858 | |||
857 | (setup (:straight embark) | 859 | (setup (:straight embark) |
858 | (:option prefix-help-command 'embark-prefix-help-command) | 860 | (:option prefix-help-command 'embark-prefix-help-command) |
859 | (:+key "C-." #'embark-act | 861 | (:+key "C-." #'embark-act |