summaryrefslogtreecommitdiff
path: root/elchemy-personal.el
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2024-06-04 18:28:19 -0700
committerChristian Cunningham <cc@local.lan>2024-06-04 18:28:19 -0700
commitcb296817d2a50b9cfcbac1de95132ab4a61abc0d (patch)
tree352dca488c9aa382af359dd13ffa07ed430e48c6 /elchemy-personal.el
parentdb66caa3882799322f5ef685fd434047175ae766 (diff)
Add Guile Interaction
Diffstat (limited to 'elchemy-personal.el')
-rw-r--r--elchemy-personal.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/elchemy-personal.el b/elchemy-personal.el
index 02d0bdc..7f92acb 100644
--- a/elchemy-personal.el
+++ b/elchemy-personal.el
@@ -78,4 +78,7 @@
(make-local-variable 'face-remapping-alist)
(add-to-list 'face-remapping-alist '(default (:background "gray90")))))
+(load "extras/guile-interaction.el")
+(require 'guile-interaction)
+
(provide 'elchemy-personal)