summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-07-14 12:58:57 +0200
committerrekado <rekado@elephly.net>2016-07-14 12:58:57 +0200
commit052680ed618553bd55c910e7adf34f315ac74597 (patch)
treed8fd7b5d5076c74f1686c7290d8d6df5c34914fb
parent8f3f6b9ca2004f9a126473e267d0dfee1c6bd0d5 (diff)
Do not start in fullscreen mode.
-rw-r--r--init.org4
1 files 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)