Move cider to after clojure so it doesn't get in the way
This commit is contained in:
parent
8b683ff49b
commit
3a44adf3dc
@ -792,10 +792,6 @@ Return nil if DIR is not in a hugo project at all."
|
||||
(use-package powershell
|
||||
:mode ("\\.ps1\\'" . powershell-mode))
|
||||
|
||||
;; or an okay language
|
||||
(use-package cider
|
||||
:defer 1)
|
||||
|
||||
;; c sharp; taken from https://www.reddit.com/r/emacs/comments/k8tnzg/help_setting_up_c_lsp_omnisharproslyn/
|
||||
;; (there is nothing here because I'm not using c sharp...)
|
||||
|
||||
@ -1079,6 +1075,9 @@ Return nil if DIR is not in a hugo project at all."
|
||||
:mode "\\.cljs\\'")
|
||||
(use-package inf-clojure
|
||||
:after clojure-mode)
|
||||
;; or an okay language
|
||||
(use-package cider
|
||||
:after clojure-mode)
|
||||
|
||||
;; unique buffer names
|
||||
(use-package uniquify
|
||||
|
Loading…
Reference in New Issue
Block a user