thingy
This commit is contained in:
parent
eeac6fcecd
commit
92a233a6a8
2 changed files with 20 additions and 16 deletions
|
@ -211,7 +211,9 @@ M-x org-bable-tangle
|
|||
"p" `(:ignore p :which-key "projects")
|
||||
"pp" `(projectile-switch-project :which-key "open project")
|
||||
"o" `(:ignore o :which-key "org")
|
||||
"oa" `(org-agenda :which-key "agenda")))
|
||||
"oa" `(org-agenda :which-key "agenda")
|
||||
"g" `(:ignore g :which-key "git")
|
||||
"gs" `(magit-status :which-key "status")))
|
||||
#+end_src
|
||||
** Emacs-Dashboard
|
||||
#+begin_src emacs-lisp
|
||||
|
|
|
@ -164,7 +164,9 @@
|
|||
"p" `(:ignore p :which-key "projects")
|
||||
"pp" `(projectile-switch-project :which-key "open project")
|
||||
"o" `(:ignore o :which-key "org")
|
||||
"oa" `(org-agenda :which-key "agenda")))
|
||||
"oa" `(org-agenda :which-key "agenda")
|
||||
"g" `(:ignore g :which-key "git")
|
||||
"gs" `(magit-status :which-key "status")))
|
||||
|
||||
(use-package dashboard
|
||||
:ensure t
|
||||
|
|
Loading…
Reference in a new issue