aboutsummaryrefslogtreecommitdiffstats
path: root/_emacs.d/personal/30-modes.el
blob: 1f6d52de3fe6f7e94cdb030ef2d6778d5457f326 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)