diff --git a/emacs/init.org b/emacs/init.org index 0c7023f..c1d17a2 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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.