aboutsummaryrefslogtreecommitdiffstats
path: root/_emacs.d
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@gmail.com>2016-03-07 16:01:53 +0800
committerAaron LI <aaronly.me@gmail.com>2016-03-07 16:01:53 +0800
commit016d716a2d6857b34aafd790076fc6ce6ab9772c (patch)
tree282070a794c0a09da9b31623e42601b299eddb7f /_emacs.d
parent56200626825a681d610bcf022a7b82c5254ebad8 (diff)
downloaddotfiles-016d716a2d6857b34aafd790076fc6ce6ab9772c.tar.bz2
_emacs.d/personal: add 30-modes.el
Diffstat (limited to '_emacs.d')
-rw-r--r--_emacs.d/personal/30-modes.el17
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)
+