summaryrefslogtreecommitdiff
path: root/emacs/.config
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.config')
-rw-r--r--emacs/.config/emacs-kj/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs/.config/emacs-kj/init.el b/emacs/.config/emacs-kj/init.el
index f696efe..66d8456 100644
--- a/emacs/.config/emacs-kj/init.el
+++ b/emacs/.config/emacs-kj/init.el
@@ -339,6 +339,7 @@
(add-hook 'eshell-mode-hook #'kj/set-fixed-pitch)
(add-hook 'org-mode-hook #'kj/org-pitch)
+(add-hook 'rustic-cargo-test-mode-hook #'kj/set-fixed-pitch)
(use-package ob-async)
@@ -639,3 +640,6 @@
(interactive)
(isearch-exit)
(goto-char isearch-other-end))
+
+(setq case-fold-search t)
+(setq case-replace t)