diff options
author | David Morgan <djm_uk@protonmail.com> | 2021-09-08 12:48:59 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2021-09-08 12:48:59 +0100 |
commit | 4334d0759064e2fad729b64a7d536ca3225aa772 (patch) | |
tree | 0fe0aa3bf0d604c46491259756593f212b03a9c6 /.emacs.d | |
parent | d113ddd1f319386ee7381fb062c2d664b75a9de6 (diff) | |
download | dotfiles-4334d0759064e2fad729b64a7d536ca3225aa772.tar.gz |
Don't let init.el be byte compiled
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/init.el | 2 |
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: |