General, minor refactor
+ Group hooks with add-hook! + Sharpquote elfeed call + Extract elfeed buffer detector into function and ensure idempotency of doom-real-buffer-functions
This commit is contained in:
parent
b81ac61d84
commit
32a2a2b64d
4 changed files with 7 additions and 6 deletions
|
@ -4,7 +4,7 @@
|
|||
(defun =rss ()
|
||||
"Activate (or switch to) `elfeed' in its workspace."
|
||||
(interactive)
|
||||
(call-interactively 'elfeed))
|
||||
(call-interactively #'elfeed))
|
||||
|
||||
;;;###autoload
|
||||
(defun +rss/quit ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue