summary refs log tree commit diff
path: root/emacs.d/core/core-modes.el
blob: b994b1eaedcec2c7208276d8f4f819a0372140ec (plain) (blame)
1
2
3
4
5
6
7
(defun fcuny/load-layers ()
  (mapc 'load
        (directory-files (concat user-emacs-directory "modes") t "\\.el$")))

(fcuny/load-layers)

(provide 'core-modes)