legacy-dotfiles/emacs/init.el
Tom Willemsen 01d77b518f Emacs: Move everything from init.el to init.org
I'll write stuff about it later, as long as it's in the org file for
now.
2013-03-28 01:15:03 +01:00

13 lines
190 B
EmacsLisp

;;; init.el --- ryuslash's emacs init
;;; Commentary:
;; Does so much and changes so often
;;; Code:
(load (concat user-emacs-directory "init2"))
(provide 'init)
;;; init.el ends here