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:
parent
e4a629db80
commit
4a99b8fc81
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user