From 052680ed618553bd55c910e7adf34f315ac74597 Mon Sep 17 00:00:00 2001 From: rekado Date: Thu, 14 Jul 2016 12:58:57 +0200 Subject: Do not start in fullscreen mode. --- init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.org b/init.org index 72f2724..c05a957 100644 --- a/init.org +++ b/init.org @@ -595,8 +595,8 @@ still need to process all of this and clean it up. (load "init-god-mode.el") (require 'my/init-god-mode) -;; start in fullscreen mode -(add-hook 'emacs-startup-hook (lambda () (fullscreen-mode-fullscreen))) +;; Revert stale document graphics buffers automatically when the files +;; have changed. (add-hook 'doc-view-mode-hook 'auto-revert-mode) (page-break-lines-mode 1) -- cgit v1.2.3