From aad0f24660f1d24d305d7c8de38ecc8027ae359e Mon Sep 17 00:00:00 2001 From: Howard Abrams Date: Fri, 10 Apr 2015 13:26:54 -0700 Subject: [PATCH] Undo the olivetti mode after a presentation --- emacs-org.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs-org.org b/emacs-org.org index bd76f5e..900d4fe 100644 --- a/emacs-org.org +++ b/emacs-org.org @@ -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))))