;;; 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