1
0
mirror of https://github.com/Foltik/dotfiles synced 2025-01-07 08:42:47 -05:00

Add global paths to init.el

This commit is contained in:
Jack Foltz 2019-02-10 11:52:14 -05:00
parent e4a629db80
commit 4a99b8fc81
No known key found for this signature in database
GPG Key ID: E7B502AB1576E6CD

View File

@ -1,6 +1,9 @@
;; Needs to be commented or else it will be added back
; (package-initialize)
(defvar jf-config-file (expand-file-name "sandbox.org" 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))
(message "Initializing Electronic Macs...")
(org-babel-load-file
(expand-file-name "config.org" user-emacs-directory))
(org-babel-load-file jf-config-file)