diff options
Diffstat (limited to '_emacs.d')
-rw-r--r-- | _emacs.d/personal/30-modes.el | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/_emacs.d/personal/30-modes.el b/_emacs.d/personal/30-modes.el new file mode 100644 index 0000000..1f6d52d --- /dev/null +++ b/_emacs.d/personal/30-modes.el @@ -0,0 +1,17 @@ +;;; ~/.emacs.d/personal/10-config.el --- Custom Emacs configurations +;; +;; -*- mode: emacs-lisp -*- +;; vim: set ts=8 sw=2 tw=0 fenc=utf-8 ft=lisp: +;; +;; Aaron LI +;; 2016-02-28 +;; + +;;; Commentary: +;; Extra Emacs modes. + +;;; Code: + +;; julia +(prelude-auto-install "\\.jl\\'" julia-mode julia-mode) + |