aboutsummaryrefslogtreecommitdiffstats
path: root/oni-elisp.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-elisp.el')
-rw-r--r--oni-elisp.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/oni-elisp.el b/oni-elisp.el
index 836df7e..3b34ed2 100644
--- a/oni-elisp.el
+++ b/oni-elisp.el
@@ -46,6 +46,9 @@
(define-key emacs-lisp-mode-map (kbd "C-c C-v") erefactor-map)
+;;;###autoload
+(add-to-list 'auto-mode-alist '("/Cask\\'" . emacs-lisp-mode))
+
;;;###autoload(with-eval-after-load 'elisp-mode (require 'oni-elisp))
;;;###autoload(with-eval-after-load 'ielm (require 'oni-elisp))