13 lines
190 B
EmacsLisp
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
|