Files
.emacs.d/mode-customizations.el
Jim Myhrberg 2f32571fcd Customize magit-log-edit-mode.
Hopefully this will help me write better commit messages with fewer
spelling mistakes, and without long lines.
2012-03-19 23:49:46 +00:00

18 lines
851 B
EmacsLisp

;;
;; Load Mode Customizations
;;
(load-file (config-path "mode-customizations/coffee-mode.el"))
(load-file (config-path "mode-customizations/css-mode.el"))
(load-file (config-path "mode-customizations/emacs-lisp-mode.el"))
(load-file (config-path "mode-customizations/erlang-mode.el"))
(load-file (config-path "mode-customizations/feature-mode.el"))
(load-file (config-path "mode-customizations/js-mode.el"))
(load-file (config-path "mode-customizations/markdown-mode.el"))
(load-file (config-path "mode-customizations/magit-log-edit-mode.el"))
(load-file (config-path "mode-customizations/php-mode.el"))
(load-file (config-path "mode-customizations/python-mode.el"))
(load-file (config-path "mode-customizations/ruby-mode.el"))
(load-file (config-path "mode-customizations/sh-mode.el"))
(load-file (config-path "mode-customizations/yaml-mode.el"))