about summary refs log tree commit diff
path: root/tools/emacs/config
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-01-19T19·35+0000
committerVincent Ambo <tazjin@google.com>2020-01-19T19·35+0000
commit0b3b8a07c4205628386bade09d87c7c399e46563 (patch)
treee902af7add87804bd323577c4eb5c313bc8996df /tools/emacs/config
parent1f68644dc93fcc9a0784de7f3db73186524e0f43 (diff)
feat(emacs): Install geiser for Guile r/424
Diffstat (limited to 'tools/emacs/config')
-rw-r--r--tools/emacs/config/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/emacs/config/init.el b/tools/emacs/config/init.el
index 77977d4f42..45f90c98e7 100644
--- a/tools/emacs/config/init.el
+++ b/tools/emacs/config/init.el
@@ -147,6 +147,7 @@
                           (local-set-key ">" 'self-insert-command)))))
 
 (use-package f)
+(use-package geiser)
 
 (use-package go-mode
   :bind (:map go-mode-map ("C-c C-r" . recompile))