Update emacs.org

This commit is contained in:
Sakooooo 2023-11-17 12:46:13 +04:00 committed by GitHub
parent a697cad3d6
commit 4e1bb456cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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