Turn off cider buffer-mode-hook

This commit is contained in:
Jeremy Dormitzer 2019-09-15 11:11:28 -04:00
parent 44bcd87ce4
commit f39e103be0

View File

@ -2717,7 +2717,8 @@ The Emacs Multi-Media System. For libtag to work, libtag must be installed on th
:config (direnv-mode)
(add-hook 'eshell-mode-hook #'direnv-update-directory-environment)
(add-hook 'eshell-directory-change-hook #'direnv-update-directory-environment)
(add-buffer-mode-hook 'cider-repl-mode #'update-cider-env))
;; (add-buffer-mode-hook 'cider-repl-mode #'update-cider-env)
)
#+END_SRC
* SQL
Emacs has excellent built-in SQL support.