mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
31 lines
1.5 KiB
EmacsLisp
31 lines
1.5 KiB
EmacsLisp
;;
|
|
;; Load Mode Customizations
|
|
;;
|
|
|
|
;; Programming languages
|
|
(load-file (config-path "mode-customizations/ack-mode.el"))
|
|
(load-file (config-path "mode-customizations/coffee-mode.el"))
|
|
(load-file (config-path "mode-customizations/conf-mode.el"))
|
|
(load-file (config-path "mode-customizations/css-mode.el"))
|
|
(load-file (config-path "mode-customizations/dired-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/haml-mode.el"))
|
|
(load-file (config-path "mode-customizations/html-mode.el"))
|
|
(load-file (config-path "mode-customizations/js-mode.el"))
|
|
(load-file (config-path "mode-customizations/lisp-mode.el"))
|
|
(load-file (config-path "mode-customizations/makefile-mode.el"))
|
|
(load-file (config-path "mode-customizations/markdown-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/rhtml-mode.el"))
|
|
(load-file (config-path "mode-customizations/ruby-mode.el"))
|
|
(load-file (config-path "mode-customizations/sass-mode.el"))
|
|
(load-file (config-path "mode-customizations/sh-mode.el"))
|
|
(load-file (config-path "mode-customizations/slim-mode.el"))
|
|
(load-file (config-path "mode-customizations/yaml-mode.el"))
|
|
|
|
;; Misc modes
|
|
(load-file (config-path "mode-customizations/magit-mode.el"))
|