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:
|
|
|
|
|
2013-01-03 23:55:57 +01:00
|
|
|
(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
|