Selaa lähdekoodia

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

Lucas Stadler 12 vuotta sitten
vanhempi
commit
619b4e03fe
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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*")))