mirror of
https://github.com/larstvei/dot-emacs.git
synced 2025-08-01 04:30:12 +00:00
Tweaks to cider mode
This commit is contained in:
parent
6b76ac22be
commit
ccb295f284
2
init.org
2
init.org
@ -1597,6 +1597,8 @@
|
|||||||
:bind (:map cider-repl-mode-map ("C-l" . cider-repl-clear-buffer))
|
:bind (:map cider-repl-mode-map ("C-l" . cider-repl-clear-buffer))
|
||||||
:config
|
:config
|
||||||
(setq cider-save-file-on-load t
|
(setq cider-save-file-on-load t
|
||||||
|
cider-font-lock-dynamically '(macro)
|
||||||
|
cider-repl-display-help-banner nil
|
||||||
cider-repl-pop-to-buffer-on-connect nil))
|
cider-repl-pop-to-buffer-on-connect nil))
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
Loading…
Reference in New Issue
Block a user