We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41397a commit 100da0aCopy full SHA for 100da0a
lispy.el
@@ -2848,6 +2848,11 @@ When called twice in a row, restore point and mark."
2848
(beginning-of-defun arg))))
2849
2850
;;* Locals: ace-jump-mode
2851
+(declare-function avi--regex-candidates "avy-jump")
2852
+(declare-function avi--goto "avy-jump")
2853
+(declare-function avi--process "avy-jump")
2854
+(declare-function avi--overlay-post "avy-jump")
2855
+
2856
(defun lispy-ace-char ()
2857
"Call `ace-jump-char-mode' on current defun."
2858
(interactive)
0 commit comments