Skip to content

Commit

Permalink
Make sure that some core files never byte compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
JAremko committed Jan 31, 2021
1 parent ec57b21 commit 3707982
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/core-compilation.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; core-compilation.el --- Spacemacs Core File
;;; core-compilation.el --- Spacemacs Core File -*- no-byte-compile: t -*-
;;
;; Copyright (c) 2012-2021 Sylvain Benner & Contributors
;;
Expand Down
2 changes: 1 addition & 1 deletion core/core-load-paths.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; core-load-paths.el --- Spacemacs Core File
;;; core-load-paths.el --- Spacemacs Core File -*- no-byte-compile: t -*-
;;
;; Copyright (c) 2012-2020 Sylvain Benner & Contributors
;;
Expand Down
1 change: 1 addition & 0 deletions dump-init.el
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
;; -*- no-byte-compile: t -*-
(setq spacemacs-dump-mode 'dumping)
;; load init.el
(setq spacemacs-start-directory (file-name-directory load-file-name))
Expand Down
2 changes: 1 addition & 1 deletion early-init.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; early-init.el -*- no-byte-compile: t -*- --- Spacemacs Early Init File
;;; early-init.el --- Spacemacs Early Init File -*- no-byte-compile: t -*-
;;
;; Copyright (c) 2020 Sylvain Benner & Contributors
;;
Expand Down
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; init.el --- Spacemacs Initialization File
;;; init.el --- Spacemacs Initialization File -*- no-byte-compile: t -*-
;;
;; Copyright (c) 2012-2020 Sylvain Benner & Contributors
;;
Expand Down

0 comments on commit 3707982

Please sign in to comment.