Open cheerio-pixel opened 2 years ago
I found out that defun returns the name of the function, making this change unnecessary:
(ryo-modal-key "Syb" (defun do-something () (interactive) (message (number-to-string (emacs-init-time))))) (ryo-modal-keys `("Syb" ,(defun do-something () (interactive) (message (number-to-string (emacs-init-time))))))
I found out that my example only works in the case of the function and not on the macro, so I think this patch would be useful.
I found out that defun returns the name of the function, making this change unnecessary: