mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
features/eval: fix :eval setting causing void-variable errors (fix #30)
This commit is contained in:
@ -46,7 +46,7 @@ suitability for the current buffer."
|
|||||||
(quickrun-add-command MODE COMMAND :mode MODE)"
|
(quickrun-add-command MODE COMMAND :mode MODE)"
|
||||||
(if (stringp command)
|
(if (stringp command)
|
||||||
`(after! quickrun
|
`(after! quickrun
|
||||||
(push ,(cons mode command)
|
(push ',(cons mode command)
|
||||||
,(if (stringp mode)
|
,(if (stringp mode)
|
||||||
'quickrun-file-alist
|
'quickrun-file-alist
|
||||||
'quickrun--major-mode-alist)))
|
'quickrun--major-mode-alist)))
|
||||||
|
Reference in New Issue
Block a user