1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-28 13:36:59 -05:00
dotfiles/lain/.emacs.d/init.el

7 lines
200 B
EmacsLisp
Raw Normal View History

2019-02-08 21:14:49 -05:00
;; Needs to be commented or else it will be added back
; (package-initialize)
2018-10-15 18:28:02 -04:00
2019-02-08 21:14:49 -05:00
(message "Initializing Electronic Macs...")
2018-10-15 18:28:02 -04:00
(org-babel-load-file
(expand-file-name "config.org" user-emacs-directory))