+Org mode configuration with a keybind
This commit is contained in:
@@ -90,6 +90,13 @@ become my C one soon!
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
** Org
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(after! org
|
||||||
|
(map! ; Org keybinds
|
||||||
|
:map org-mode-map
|
||||||
|
:localleader
|
||||||
|
:desc "Org dispatch" "ee" 'org-export-dispatch
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|||||||
Reference in New Issue
Block a user