Turn off cider buffer-mode-hook
This commit is contained in:
parent
44bcd87ce4
commit
f39e103be0
@ -2717,7 +2717,8 @@ The Emacs Multi-Media System. For libtag to work, libtag must be installed on th
|
|||||||
:config (direnv-mode)
|
:config (direnv-mode)
|
||||||
(add-hook 'eshell-mode-hook #'direnv-update-directory-environment)
|
(add-hook 'eshell-mode-hook #'direnv-update-directory-environment)
|
||||||
(add-hook 'eshell-directory-change-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
|
#+END_SRC
|
||||||
* SQL
|
* SQL
|
||||||
Emacs has excellent built-in SQL support.
|
Emacs has excellent built-in SQL support.
|
||||||
|
Loading…
Reference in New Issue
Block a user