summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-27 00:25:48 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-01-27 17:27:45 -0500
commit0f4a6cf04af0cb2a33637dda81dfd82adbc7acc6 (patch)
tree2a267742e1f53718ac209c41300a69f94c3746f2 /.emacs
parent45a1be2b12ce1de669b6106a5eca4c9bc91a5f6a (diff)
stuff
Diffstat (limited to '.emacs')
-rw-r--r--.emacs1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 3cd2ea3..65634cb 100644
--- a/.emacs
+++ b/.emacs
@@ -170,6 +170,7 @@
))
(add-to-list 'auto-mode-alist '("PKGBUILD" . sh-mode))
+(add-to-list 'auto-mode-alist '("SRCBUILD" . sh-mode))
;(require 'flymake)
;(add-hook 'php-mode-hook (lambda() (flymake-mode 1)))