Skip to content

Commit

Permalink
Adding mepla to emacs config.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrobbins committed Dec 5, 2012
1 parent 528d646 commit be25f37
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions init.el
Expand Up @@ -15,8 +15,10 @@
(add-to-list 'load-path f))

(require 'package)
;; (add-to-list 'package-archives
;; '("marmalade" . "http://marmalade-repo.org/packages/"))
(add-to-list 'package-archives
'("marmalade" . "http://marmalade-repo.org/packages/"))
'("melpa" . "http://melpa.milkbox.net/packages/") t)
(package-initialize)

;; load color-theme
Expand Down Expand Up @@ -60,7 +62,7 @@
(add-hook 'clojure-mode-hook 'paredit-mode)

(setq nrepl-popup-stacktraces nil)
;;(add-to-list 'same-window-buffer-names "*nrepl*")
;;(add-to-list 'same-window-buffer-names "*nrepl*")
(add-hook 'nrepl-mode-hook 'paredit-mode)

;; Needed to define ctrl arrow keys from terminal.app
Expand Down

0 comments on commit be25f37

Please sign in to comment.