aboutsummaryrefslogtreecommitdiffstats
path: root/doom/config.el
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-03-22 01:55:48 +0000
committerYann Herklotz <git@yannherklotz.com>2022-03-22 01:55:48 +0000
commit8eee4638116ec250c8bbc8c80810107879efd236 (patch)
treeadaa6ac84ee6cd41cb4aacb86eff456355d8adc9 /doom/config.el
parent0a6e32424b5b6383436c4362f1681384a10e0568 (diff)
parent433f57c839f51239928ff5c95308d278aa485a4b (diff)
downloaddotfiles-8eee4638116ec250c8bbc8c80810107879efd236.tar.gz
dotfiles-8eee4638116ec250c8bbc8c80810107879efd236.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'doom/config.el')
-rw-r--r--doom/config.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/doom/config.el b/doom/config.el
index 30ce11b..8ad0055 100644
--- a/doom/config.el
+++ b/doom/config.el
@@ -898,6 +898,15 @@ https://yannherklotz.com")
(when-let (project (project-current))
(car (project-roots project))))))
+(use-package! geiser-chicken
+ :config
+ (setq geiser-chicken-binary "chicken-csi"))
+
+(use-package! geiser
+ :init
+ (map! :map geiser-mode-map "C-." nil)
+ (map! :map geiser-repl-mode-map "C-." nil))
+
(use-package! emacs
:init
;; Add prompt indicator to `completing-read-multiple'.