Skip to content

Commit

Permalink
Undo the olivetti mode after a presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Abrams committed Apr 10, 2015
1 parent 4ac2eba commit aad0f24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions emacs-org.org
Expand Up @@ -502,6 +502,8 @@ Emacs love affair. Make sure the latest packages are installed:
(interactive)
(demo-it-end)
(setq-default line-spacing 2)
(when (require 'olivetti nil t)
(olivetti-mode nil))
(let ((fgc (car ha/present-it-restoration)))
(custom-theme-set-faces 'ha/org-tree-slide-theme
`(org-block-begin-line ((t (:foreground ,fgc :height 1.0 :line-height 1.0 :invisible nil))))
Expand Down

0 comments on commit aad0f24

Please sign in to comment.