about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-clojure.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/init-clojure.el')
-rw-r--r--.emacs.d/lisp/init-clojure.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-clojure.el b/.emacs.d/lisp/init-clojure.el
index d86787f..50e26d3 100644
--- a/.emacs.d/lisp/init-clojure.el
+++ b/.emacs.d/lisp/init-clojure.el
@@ -50,7 +50,6 @@
 
 (use-package clj-refactor
   :diminish
-  :after yasnippet
   :bind ("C-c @" . hydra-cljr-help-menu/body)
   :custom
   (cljr-suppress-no-project-warning t)