summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 19c4d7a..930aa9f 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1,4 +1,4 @@
-;;; init.el --- Amin Bandali's Emacs config -*- lexical-binding: t; eval: (view-mode 1) -*-
+;;; init.el --- Amin Bandali's Emacs config -*- lexical-binding: t -*-
;; Copyright (C) 2018-2019 Amin Bandali <bandali@gnu.org>
@@ -22,6 +22,8 @@
;; THIS FILE IS AUTO-GENERATED FROM `init.org'.
+;;; Code:
+
(defvar a/byte-compiled-init nil
"If non-nil, byte-(re)compile init.el on successful tangles.")