Skip to content

Commit

Permalink
tweak(elfeed): run in dedicated workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 14, 2023
1 parent 2ecc219 commit 0a0c29c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/me-rss.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
(use-package elfeed
:straight t
:init
(+map! "of" #'elfeed)
(+define-dedicated-workspace! elfeed :exit-func elfeed-search-quit-window)
(+map! "of" #'+elfeed)
(+nmap! :keymaps 'elfeed-search-mode-map
"d" #'+elfeed-youtube-dl)
(+nmap! :keymaps 'elfeed-show-mode-map
Expand Down

0 comments on commit 0a0c29c

Please sign in to comment.