Debug startup, support LSP, update KBDs
Debug startup: - some packages were missing explicit use-package calls, which made this configuration incompatible with fresh computers. After crashing my MBP and trying to get this working thereafter, I learned. Support LSP: - LSP support for Haskell is good; embrace and prefer over Intero Update KBDs: - preferences change - changing to a light theme (for now)
This commit is contained in:
parent
0d6c0881a8
commit
0244474e9f
9 changed files with 53 additions and 33 deletions
|
|
@ -50,8 +50,6 @@
|
|||
"<up>" 'cider-repl-previous-input
|
||||
"<down>" 'cider-repl-next-input
|
||||
"C-c 'j" 'wpc/find-or-create-clojure-or-clojurescript-repl)
|
||||
(n
|
||||
"M-." 'cider-find-var)
|
||||
:config
|
||||
(setq cider-cljs-lein-repl
|
||||
"(do (require 'figwheel-sidecar.repl-api)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue