aboutsummaryrefslogtreecommitdiff
path: root/.emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.org')
-rw-r--r--.emacs.d/init.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org
index edd79f2..15ebed6 100644
--- a/.emacs.d/init.org
+++ b/.emacs.d/init.org
@@ -45,6 +45,8 @@ Moreover, in order to avoid manually tangling and compiling the =init.org= file
on each change, the following function is provided:
#+BEGIN_SRC elisp
+;;; init.el -*- lexical-binding: t; -*-
+
(defun tangle-init ()
"If the current buffer is 'init.org' the code-blocks are
tangled, and the tangled file is compiled. Morever, an init.html is generated."