blob: 54e4f71c6824038df344409d45aa0881341a195c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
;;; ~/.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
; ERROR: Symbol's value as variable is void: extension
;(prelude-auto-install "\\.jl\\'" "julia-mode" "julia-mode")
|