about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-09-08 12:48:59 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-09-08 12:48:59 +0100
commit4334d0759064e2fad729b64a7d536ca3225aa772 (patch)
tree0fe0aa3bf0d604c46491259756593f212b03a9c6 /.emacs.d
parentd113ddd1f319386ee7381fb062c2d664b75a9de6 (diff)
downloaddotfiles-4334d0759064e2fad729b64a7d536ca3225aa772.tar.gz
Don't let init.el be byte compiled
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 04d651f..cbf6206 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1,4 +1,4 @@
-;;; init.el --- Init File -*- lexical-binding: t -*-
+;;; init.el --- Init File -*- lexical-binding: t; no-byte-compile: t -*-
 ;;; Commentary:
 ;;; Code: