summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-programming.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-11-23 01:51:39 +0000
committerjao <jao@gnu.org>2025-11-23 19:04:10 +0000
commit3373b18f3537401ebdf09a017bd666a6def0830d (patch)
treee2cb7d3eca26d7173bc87fed37267871232ad07f /custom/jao-custom-programming.el
parentf4db87fae6c1bdbef6a48105ee86a5c9b7b679b3 (diff)
downloadelibs-3373b18f3537401ebdf09a017bd666a6def0830d.tar.gz
elibs-3373b18f3537401ebdf09a017bd666a6def0830d.tar.bz2
keybindings
Diffstat (limited to 'custom/jao-custom-programming.el')
-rw-r--r--custom/jao-custom-programming.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/custom/jao-custom-programming.el b/custom/jao-custom-programming.el
index ed62b32..b1f494a 100644
--- a/custom/jao-custom-programming.el
+++ b/custom/jao-custom-programming.el
@@ -268,8 +268,6 @@
(rustic-cargo-use-last-stored-arguments t)
(rustic-analyzer-command '("rustup" "run" "stable" "rust-analyzer")))
-
-
;;;; Clojure
(use-package clojure-mode
:ensure t
@@ -322,8 +320,7 @@
cider-use-fringe-indicators nil
cider-use-overlays nil
clojure-docstring-fill-column 72
- nrepl-prompt-to-kill-server-buffer-on-quit nil)
- :bind (("<f3>" . cider-selector)))
+ nrepl-prompt-to-kill-server-buffer-on-quit nil))
(with-eval-after-load "cider-test"
(advice-add 'cider-scale-background-color :override