Remove unnecessary code

This commit is contained in:
David Morgan 2021-10-04 15:05:29 +01:00
parent 66b792b814
commit 84f0f5ba72
1 changed files with 0 additions and 8 deletions

View File

@ -54,13 +54,5 @@
(cider-repl-mode . cider-repl-mode-hook-fn)
(cider-mode . eldoc-mode))
(use-package nix-sandbox
:config
(defun nix-shell-lein-command ()
(when (file-exists-p (expand-file-name "shell.nix" (project-root (project-current))))
(setq-local cider-lein-command (nix-executable-find (nix-current-sandbox) "lein"))))
:hook
(cider-mode . nix-shell-lein-command))
(provide 'init-clojure)
;;; init-clojure.el ends here