Fix minor bug in my presentation code.

This commit is contained in:
Howard Abrams 2022-04-03 19:51:56 -07:00
parent 514147ea52
commit d412456896

View file

@ -440,7 +440,7 @@ Used to use [[https://github.com/takaxp/org-tree-slide][org-tree-slide]] for sho
(defun org-present-end () (defun org-present-end ()
(org-present-small) (org-present-small)
(org-blocks-show-headers) (org-blocks-show-headers)
(setq mode-line-format ha-org-present-mode-line-format) (setq mode-line-format ha-org-present-mode-line)
(setq cursor-type t) (setq cursor-type t)
(blink-cursor-mode 1) (blink-cursor-mode 1)
(org-present-read-write)) (org-present-read-write))