summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el (renamed from .emacs.d/init-spw.el)4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init-spw.el b/.emacs.d/init.el
index 29e5afb6..a3bcad3d 100644
--- a/.emacs.d/init-spw.el
+++ b/.emacs.d/init.el
@@ -1,4 +1,4 @@
-;;; init-spw.el --- Sean's Emacs configuration -*- lexical-binding: t; -*-
+;;; init.el --- Sean's Emacs init -*- lexical-binding: t; no-byte-compile: t -*-
;;; Commentary:
@@ -3093,4 +3093,4 @@ are sure that the user is expecting that it might pop up."
(define-key cperl-mode-map "\C-ciu" #'spw/perl-add-use)
(define-key cperl-mode-map "\C-cc" #'spw/perltidy-block-or-buffer))
-;;; init-spw.el ends here
+;;; init.el ends here