Bind `outline-cycle` directly in outline mode, using `<backtab>`

This commit is contained in:
Adam Goldsmith 2023-01-01 21:57:17 -05:00
parent 9ed6f4bac3
commit 28c842bf00
1 changed files with 3 additions and 3 deletions

View File

@ -274,6 +274,9 @@
(org-link-set-parameters "pdf" :follow 'org-link--open-pdf))
(use-package outline
:bind (:map outline-minor-mode-map ("<backtab>" . outline-cycle)))
(use-package windmove :demand
:config
(windmove-default-keybindings))
@ -541,9 +544,6 @@
:config
(toggle-diredp-find-file-reuse-dir 1))
(use-package outline-magic :ensure :demand
:bind (:map outline-minor-mode-map ("M-<tab>" . outline-cycle)))
(use-package column-enforce-mode :ensure :demand
:delight
:hook prog-mode