Add keybinding for org-global-cycle

This commit is contained in:
contrapunctus 2022-01-22 21:48:55 +05:30
parent 64a18add12
commit 5c8989bfe2
1 changed files with 3 additions and 1 deletions

View File

@ -3789,7 +3789,9 @@ SLIME opens CLHS links in Firefox, but I'd rather open them in Tor Browser; Tor
("C-c C-s" . org-forward-heading-same-level)
;; does not work...
("C-c C-h" . org-backward-heading-same-level)
("C-c C-j" . org-ctrl-c-ctrl-c)) ;; "c c" in boon/dvorak
("C-c C-j" . org-ctrl-c-ctrl-c) ;; "c c" in boon/dvorak
([mouse-1] . org-cycle)
("<C-tab>" . org-global-cycle))
:config
(general-def "<f5> o" 'org-mode)
(general-def org-mode-map