mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-23 20:20:53 -05:00
Add var for config el and org
This commit is contained in:
parent
66ddc763f6
commit
2cdc822531
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
;; Needs to be commented or else it will be added back
|
||||
; (package-initialize)
|
||||
|
||||
(defvar jf-config-file (expand-file-name "config.org" user-emacs-directory))
|
||||
(defvar jf-config-org-file (expand-file-name "config.org" user-emacs-directory))
|
||||
(defvar jf-config-file (expand-file-name "config.el" user-emacs-directory))
|
||||
(defvar jf-init-file (expand-file-name "init.el" user-emacs-directory))
|
||||
(defvar jf-load-path (expand-file-name "lisp/" user-emacs-directory))
|
||||
(defvar jf-gc-threshold 20000000) ; 20MB up from 800KB
|
||||
@ -15,7 +15,7 @@
|
||||
|
||||
;; Don't garbage collect during init
|
||||
(jf-inhibit-gc)
|
||||
(org-babel-load-file jf-config-file)
|
||||
(org-babel-load-file jf-config-org-file)
|
||||
(jf-resume-gc)
|
||||
|
||||
(message "-> Initialized in %s with %d GCs."
|
||||
|
Loading…
Reference in New Issue
Block a user