We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc94ba commit b42f1cfCopy full SHA for b42f1cf
reveal-remote-mode.el
@@ -4,7 +4,7 @@
4
5
;; Author: Love Lagerkvist
6
;; URL: https://github.com/motform/reveal-remote-mode
7
-;; Version: 210309
+;; Version: 210423
8
;; Package-Requires: ((emacs "25.1") (clojure-mode "5.9") (cider "0.24.0"))
9
;; Created: 2021-03-08
10
;; Keywords: tools convenience clojure cider
@@ -115,7 +115,7 @@ which means that any unknown symbols will result in compile errors."
115
(let ((action (reveal-remote--alist-completing-read reveal-remote-views "Select view: ")))
116
(reveal-remote--eval-command
117
"open-view"
118
- (format "{:fx/type vlaaad.reveal.ext/action-view
+ (format "{:fx/type @(requiring-resolve 'vlaaad.reveal.ext/action-view)
119
:action %s
120
:value %s}"
121
action
0 commit comments