aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-02-22 18:03:39 +0800
committerGuangxiong Lin <[email protected]>2022-02-22 18:03:39 +0800
commit4740fbe8fd6d6c729117a01be428d53d1471843a (patch)
treec74999ba308314ebc68176bb12d003301a140590 /.emacs.d/lisp
parent6ec0a5f11db96b25f7e7127e7eab84edc0d1ccfd (diff)
downloaddotfiles-4740fbe8fd6d6c729117a01be428d53d1471843a.tar.gz
dotfiles-4740fbe8fd6d6c729117a01be428d53d1471843a.tar.bz2
dotfiles-4740fbe8fd6d6c729117a01be428d53d1471843a.zip
Add keybind to toggle heading in orgmode
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-org.el b/.emacs.d/lisp/init-org.el
index 095fbe7..6d684e7 100644
--- a/.emacs.d/lisp/init-org.el
+++ b/.emacs.d/lisp/init-org.el
@@ -26,6 +26,7 @@
(evil-define-key 'normal org-mode-map
(kbd "TAB") 'org-cycle
(kbd "RET") 'org-open-at-point
+ (kbd "H") 'org-toggle-heading
(kbd "<leader>os") 'org-schedule
(kbd "<leader>od") 'org-deadline
(kbd "<leader>or") 'org-refile