diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-03-07 16:01:53 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-03-07 16:01:53 +0800 |
commit | 016d716a2d6857b34aafd790076fc6ce6ab9772c (patch) | |
tree | 282070a794c0a09da9b31623e42601b299eddb7f | |
parent | 56200626825a681d610bcf022a7b82c5254ebad8 (diff) | |
download | dotfiles-016d716a2d6857b34aafd790076fc6ce6ab9772c.tar.bz2 |
_emacs.d/personal: add 30-modes.el
-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) + |