Update emacs.org
This commit is contained in:
parent
190e8d154b
commit
c9ee87a83e
|
@ -309,15 +309,14 @@ https://github.com/seagle0128/.emacs.d
|
||||||
"tt" `(counsel-load-theme :which-key "choose theme")
|
"tt" `(counsel-load-theme :which-key "choose theme")
|
||||||
"e" `(:ignore e :which-key "explorer")
|
"e" `(:ignore e :which-key "explorer")
|
||||||
"ee" `(treemacs :which-key "treemacs")
|
"ee" `(treemacs :which-key "treemacs")
|
||||||
|
"es" `(eshell :which-key "eshell")
|
||||||
"p" `(:ignore p :which-key "projects")
|
"p" `(:ignore p :which-key "projects")
|
||||||
"pp" `(projectile-switch-project :which-key "open project")
|
"pp" `(projectile-switch-project :which-key "open project")
|
||||||
"pk" `(projectile-kill-buffers :which-key "close project")
|
"pk" `(projectile-kill-buffers :which-key "close project")
|
||||||
"o" `(:ignore o :which-key "org")
|
"o" `(:ignore o :which-key "org")
|
||||||
"oa" `(org-agenda :which-key "agenda")
|
"oa" `(org-agenda :which-key "agenda")
|
||||||
"g" `(:ignore g :which-key "git")
|
"g" `(:ignore g :which-key "git")
|
||||||
"gs" `(magit-status :which-key "status"))
|
"gs" `(magit-status :which-key "status")))
|
||||||
"r" `(:ignore r :which-key "replacements")
|
|
||||||
"rr" `(elfeed :which-key "elfeed"))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
** Emacs-Dashboard
|
** Emacs-Dashboard
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
|
|
Loading…
Reference in a new issue