From 4bcfb672357b5840249c72b28cb860001c4e3967 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 26 Jan 2014 02:00:22 -0500 Subject: Reorganize and use require-package `require-package' is from https://github.com/purcell/emacs.d/blob/master/lisp/init-elpa.el. --- lisp/init-shell.el | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lisp/init-shell.el (limited to 'lisp/init-shell.el') diff --git a/lisp/init-shell.el b/lisp/init-shell.el new file mode 100644 index 0000000..db3c6ad --- /dev/null +++ b/lisp/init-shell.el @@ -0,0 +1,9 @@ +;;; Shell and configuration files + +(require-package 'pkgbuild-mode) + +(add-to-list 'auto-mode-alist '("\\.zsh$" . shell-script-mode)) +(add-to-list 'auto-mode-alist '("\\.*rc$" . conf-unix-mode)) +(add-to-list 'auto-mode-alist '("PKGBUILD" . pkgbuild-mode)) + +(provide 'init-shell) -- cgit v1.2.3