summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-02-22 19:20:39 +0800
committerJSDurand <mmemmew@gmail.com>2021-02-22 19:20:39 +0800
commitdf81e44b85cbaf07b80425d5a9069950dcc954ee (patch)
tree46fa00b841ca68609e088c1bf62cb770ca960894 /init.el
parent7743f3ed1b81fbc693d58585596bf7caf783d1c7 (diff)
Focus and elfeed binding
Bind elfeed in global-map. Combine some convenient features to a function that focuses the text.
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 893457e..62d9d28 100644
--- a/init.el
+++ b/init.el
@@ -223,6 +223,8 @@ no effect."
(load-after-function elfeed "elfeed-conf.el" "Load elfeed and launch it." nil
(elfeed))
+(define-key global-map (vector 3 101) #'elfeed)
+
;;; magit
(load-after-function magit "magit-conf.el" "Load magit and launch it." nil