about summary refs log tree commit diff
path: root/init-modes.el
diff options
context:
space:
mode:
authorvincent@spotify.com <vincent@Vincents-MacBook-Pro.local>2013-08-19T00·40+0200
committervincent@spotify.com <vincent@Vincents-MacBook-Pro.local>2013-08-19T00·40+0200
commit867a87387c8232c48170c045d13a556a1d68fe3a (patch)
tree3d37741dd1aeba24f747f5ef8711749e366ce057 /init-modes.el
parentb007f3d0ff15c8e0c7b1fbf752386791ee69b7ae (diff)
Typo in modes file, Postgres.app PATH changes
Diffstat (limited to 'init-modes.el')
-rw-r--r--init-modes.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/init-modes.el b/init-modes.el
index 84b985ba2c5e..d24ee7b0c8f6 100644
--- a/init-modes.el
+++ b/init-modes.el
@@ -25,13 +25,11 @@
 ;; Configure nrepl (Clojure REPL) and clojure-mode
 
 ;; Use ac-nrepl for completion
-(add-hook 'nrepl-mode-hook 'ac-nrep-setup)
+(add-hook 'nrepl-mode-hook 'ac-nrepl-setup)
 (add-hook 'nrepl-interaction-mode-hook 'ac-nrepl-setup)
 (eval-after-load "auto-complete"
    '(add-to-list 'ac-modes 'nrepl-mode))
 
-(add-hook 'nrepl-mode-hook 'set-auto-complete-as-completion-at-point-function)
-(add-hook 'nrepl-interaction-mode-hook 'set-auto-complete-as-completion-at-point-function)
 (define-key nrepl-interaction-mode-map (kbd "C-c C-d") 'ac-nrepl-popup-doc)
 
 ;; Paredit in clojure