浏览代码

~/.emacs.d: Autoload paredit with clojure.

Lucas Stadler 12 年之前
父节点
当前提交
619b4e03fe
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .emacs.d/init.el

+ 2 - 0
.emacs.d/init.el

@ -6,5 +6,7 @@
6 6
  '("marmalade" .
7 7
    "http://marmalade-repo.org/packages/"))
8 8
9
(add-hook 'clojure-mode-hook 'paredit-mode)
10
9 11
(custom-set-variables
10 12
 '(initial-buffer-choice (get-buffer "*scratch*")))