diff options
| author | 2019-06-13 08:20:40 -0700 | |
|---|---|---|
| committer | 2019-06-13 08:20:40 -0700 | |
| commit | 589485f49cc8a12a4176fd19bd369d8bc64f93b3 (patch) | |
| tree | 2a2f2696a02ffdc1bd1115decf09c3f99c1214b0 | |
| parent | d83e843404e065eeeec535ebffe0ee72643cb488 (diff) | |
| download | emacs-config-589485f49cc8a12a4176fd19bd369d8bc64f93b3.tar.gz emacs-config-589485f49cc8a12a4176fd19bd369d8bc64f93b3.zip | |
Use ‘emacs-lisp-mode’ for Cask files
| -rw-r--r-- | oni-elisp.el | 3 |
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)) |
