mirror of
https://github.com/Foltik/dotfiles
synced 2025-04-06 11:00:34 -04: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
|
;; Needs to be commented or else it will be added back
|
||||||
; (package-initialize)
|
; (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...")
|
(message "Initializing Electronic Macs...")
|
||||||
(org-babel-load-file
|
(org-babel-load-file jf-config-file)
|
||||||
(expand-file-name "config.org" user-emacs-directory))
|
|
||||||
|
Loading…
Reference in New Issue
Block a user