Skip to content

Commit

Permalink
features: dwl-guile: update dwl-guile REPL path variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Frewacom committed Jun 8, 2023
1 parent b86041e commit 64f573d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engstrand/features/dwl-guile.scm
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
(require 'geiser-repl)
(geiser-repl--start-repl
(geiser-repl--get-impl "Connect to Scheme impl: ")
,%dwl:repl-socket-path)
,dwl:%repl-socket-path)
(kill-buffer "*scratch*")
(delete-other-windows))))

Expand Down

0 comments on commit 64f573d

Please sign in to comment.