~defvar -> defconst

This commit is contained in:
dx
2020-06-20 00:31:24 +01:00
parent 1da6e28628
commit b4713cb8d1

View File

@@ -1,7 +1,7 @@
;;; ~/Dotfiles/doom.d/config.el -*- lexical-binding: t; -*-
(defvar +bootstrap/org-files '("config.org" "personal.org") "Org files to load relative to =doom-private-dir=/org/*")
(defvar +bootstrap/byte-compile t "Byte compile org files")
(defconst +bootstrap/org-files '("config.org" "personal.org") "Org files to load relative to =doom-private-dir=/org/*")
(defconst +bootstrap/byte-compile t "Byte compile org files")
(defun +bootstrap/apply-files (babel-func)
"Apply babel-func to a transformed list of org-files"