Clojure: Fix spurious dolist.

master
Pierre Neidhardt 2020-01-09 15:36:34 +01:00
parent 61a440f794
commit da27949f04
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
(setq cider-repl-display-help-banner nil)
(require 'init-lispy)
(dolist (hook))
(dolist (hook '(clojure-mode-hook cider-repl-mode-hook))
(add-hook hook #'ambrevar/init-lispy))
@ -19,7 +18,7 @@
(buffer-list))))
(if b
(pop-to-buffer b)
(call-interactively #'cider-jack-in ))))
(call-interactively #'cider-jack-in))))
(when (require 'helm-cider nil 'noerror)
(helm-cider-mode)