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)
|
||||
(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.
|
||||
|
Loading…
Reference in New Issue
Block a user