Skip to content

Commit b42f1cf

Browse files
committed
Make view opening more robust by requiring action-view
1 parent cdc94ba commit b42f1cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reveal-remote-mode.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: Love Lagerkvist
66
;; URL: https://github.com/motform/reveal-remote-mode
7-
;; Version: 210309
7+
;; Version: 210423
88
;; Package-Requires: ((emacs "25.1") (clojure-mode "5.9") (cider "0.24.0"))
99
;; Created: 2021-03-08
1010
;; Keywords: tools convenience clojure cider
@@ -115,7 +115,7 @@ which means that any unknown symbols will result in compile errors."
115115
(let ((action (reveal-remote--alist-completing-read reveal-remote-views "Select view: ")))
116116
(reveal-remote--eval-command
117117
"open-view"
118-
(format "{:fx/type vlaaad.reveal.ext/action-view
118+
(format "{:fx/type @(requiring-resolve 'vlaaad.reveal.ext/action-view)
119119
:action %s
120120
:value %s}"
121121
action

0 commit comments

Comments
 (0)