features/eval: fix :eval setting causing void-variable errors (fix #30)
This commit is contained in:
parent
773835eb98
commit
6a8b6dd041
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue