Emacs: org-tree-slide

This commit is contained in:
Marcel Kapfer 2018-07-09 15:21:14 +02:00
parent c08210b084
commit 0ad8bbb700
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 10 additions and 0 deletions

View File

@ -1325,6 +1325,16 @@ signature-file is the path to the file which contains the signature."
(use-package ox-reveal
:after (org))
;; org-tree-slide
(use-package org-tree-slide
:after (org)
:bind (:map org-tree-slide-mode-map
("<f9>" . org-tree-slide-move-previous-tree)
("<f10>" . org-tree-slide-move-next-tree)
:map org-mode-map
("<f8>" . org-tree-slide-mode)
("S-<f8>" . org-tree-slide-skip-done-toggle)))
;; centered-window-mode
;; Keep your text centered when there's only one window.
;; https://github.com/anler/centered-window-mode