mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
General, minor reformatting & refactor
This commit is contained in:
@ -85,7 +85,8 @@
|
||||
"c" #'cider-repl-clear-buffer)))
|
||||
|
||||
(:when (featurep! :feature evil +everywhere)
|
||||
:map cider-repl-mode-map :i [S-return] #'cider-repl-newline-and-indent
|
||||
:map cider-repl-mode-map
|
||||
:i [S-return] #'cider-repl-newline-and-indent
|
||||
:map cider-repl-history-mode-map
|
||||
:i [return] #'cider-repl-history-insert-and-quit
|
||||
:i "q" #'cider-repl-history-quit
|
||||
|
@ -38,7 +38,7 @@
|
||||
|
||||
|
||||
(def-package! forge
|
||||
;; we defer loading even further because forge's dependencies will try to
|
||||
;; We defer loading even further because forge's dependencies will try to
|
||||
;; compile emacsql, which is a slow and blocking operation.
|
||||
:after-call magit-status
|
||||
:init
|
||||
|
Reference in New Issue
Block a user