add org-agenda keybinds for emacs layout
This commit is contained in:
parent
618d3c474f
commit
63de98d6da
1 changed files with 1 additions and 0 deletions
|
@ -1348,6 +1348,7 @@ GNU patch review metho dor sometihng idk
|
||||||
** Org mode configuration
|
** Org mode configuration
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package org
|
(use-package org
|
||||||
|
:bind (("C-c o a" . org-agenda))
|
||||||
:hook (org-mode . org-indent-mode)
|
:hook (org-mode . org-indent-mode)
|
||||||
:config
|
:config
|
||||||
(setq org-ellipsis " ↓")
|
(setq org-ellipsis " ↓")
|
||||||
|
|
Loading…
Reference in a new issue