summaryrefslogtreecommitdiffstats
path: root/emacs/init.el
blob: d9dc98c967c71990d2217033957c5a5aa1b2a844 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
;;; 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