EMACS: Don't load functions.el, just functions; Use html-mode for *.tpl
This commit is contained in:
parent
f68cfe9bc7
commit
654a21f920
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
;; -*- mode: Emacs-Lisp; -*-
|
||||
(load "~/.emacs.d/ryuslash-load-path")
|
||||
(load-file "~/.emacs.d/functions.el")
|
||||
(load "~/.emacs.d/functions")
|
||||
|
||||
;;; Autopair
|
||||
(require 'autopair)
|
||||
|
@ -231,6 +231,7 @@
|
|||
(add-to-list 'auto-mode-alist '("\\.css$" . css-mode))
|
||||
(add-to-list 'auto-mode-alist '("stumpwmrc" . stumpwm-mode))
|
||||
(add-to-list 'auto-mode-alist '("COMMIT_EDITMSG$" . git-commit-mode))
|
||||
(add-to-list 'auto-mode-alist '("\\.tpl$" . html-mode))
|
||||
|
||||
(add-to-list 'file-coding-system-alist '("\\.vala$" . utf-8))
|
||||
(add-to-list 'file-coding-system-alist '("\\.vapi$" . utf-8))
|
||||
|
|
Loading…
Reference in a new issue