Update emacs.org

This commit is contained in:
Sako 2023-11-17 12:49:01 +04:00 committed by GitHub
parent 4e1bb456cc
commit 190e8d154b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -316,7 +316,8 @@ https://github.com/seagle0128/.emacs.d
"oa" `(org-agenda :which-key "agenda")
"g" `(:ignore g :which-key "git")
"gs" `(magit-status :which-key "status"))
"r" `(elfeed :which-key "rss"))
"r" `(:ignore r :which-key "replacements")
"rr" `(elfeed :which-key "elfeed"))
#+end_src
** Emacs-Dashboard
#+begin_src emacs-lisp