Make sure that some core files never byte compiled

This commit is contained in:
JAremko 2021-01-31 08:51:41 +02:00 committed by Eugene Yaremenko
parent ec57b21a92
commit 370798262e
5 changed files with 5 additions and 4 deletions

View File

@ -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
;;

View File

@ -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
;;

View File

@ -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))

View File

@ -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
;;

View File

@ -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
;;