Update emacs.org

This commit is contained in:
Sakooooo 2023-11-17 15:13:59 +04:00 committed by GitHub
parent 190e8d154b
commit c9ee87a83e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -309,15 +309,14 @@ https://github.com/seagle0128/.emacs.d
"tt" `(counsel-load-theme :which-key "choose theme")
"e" `(:ignore e :which-key "explorer")
"ee" `(treemacs :which-key "treemacs")
"es" `(eshell :which-key "eshell")
"p" `(:ignore p :which-key "projects")
"pp" `(projectile-switch-project :which-key "open project")
"pk" `(projectile-kill-buffers :which-key "close project")
"o" `(:ignore o :which-key "org")
"oa" `(org-agenda :which-key "agenda")
"g" `(:ignore g :which-key "git")
"gs" `(magit-status :which-key "status"))
"r" `(:ignore r :which-key "replacements")
"rr" `(elfeed :which-key "elfeed"))
"gs" `(magit-status :which-key "status")))
#+end_src
** Emacs-Dashboard
#+begin_src emacs-lisp