summaryrefslogtreecommitdiff
path: root/emacs.el
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:08 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:08 +0100
commit43a879c1e42ebdcc661359f52a83e1d8413f0aa7 (patch)
tree74fc32b57c88b2331e0e7389f1f79b0acb714d53 /emacs.el
parent686f8f661043dc98c222e250f842fd18fd6d37e3 (diff)
Prepare Future Installation of Emacs Geiser Macrostep
Diffstat (limited to 'emacs.el')
-rw-r--r--emacs.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs.el b/emacs.el
index cf0d829..129ed75 100644
--- a/emacs.el
+++ b/emacs.el
@@ -35,6 +35,12 @@
(eval-after-load "auto-complete"
'(add-to-list 'ac-modes 'geiser-repl-mode))
+;; https://github.com/nbfalcon/macrostep-geiser
+;; Macrostep Configuration
+;; Inactive Due to Missing Package
+
+;;(eval-after-load 'geiser-mode '(add-hook 'geiser-mode-hook #'macrostep-geiser-setup))
+;;(eval-after-load 'geiser-repl '(add-hook 'geiser-repl-mode-hook #'macrostep-geiser-setup))
;; https://guix.gnu.org/manual/en/html_node/The-Perfect-Setup.html
;; Copyright Information