Bind outline-cycle
directly in outline mode, using <backtab>
This commit is contained in:
parent
9ed6f4bac3
commit
28c842bf00
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user