legacy-dotfiles/emacs/init.el

14 lines
190 B
EmacsLisp
Raw Normal View History

2012-09-07 15:21:59 +02:00
;;; init.el --- ryuslash's emacs init
;;; Commentary:
;; Does so much and changes so often
2012-08-26 21:50:26 +02:00
2012-09-07 15:21:59 +02:00
;;; Code:
(load (concat user-emacs-directory "init2"))
2012-08-26 21:50:26 +02:00
2012-09-07 15:21:59 +02:00
(provide 'init)
;;; init.el ends here