Browse Source

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

Lucas Stadler 12 years ago
parent
commit
619b4e03fe
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .emacs.d/init.el

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

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