mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(syntax): s/postframe/posframe
This commit is contained in:
committed by
Henrik Lissner
parent
833be11368
commit
24601b300e
@ -99,5 +99,5 @@
|
|||||||
:hook (flymake-mode . flymake-popon-mode)
|
:hook (flymake-mode . flymake-popon-mode)
|
||||||
:config
|
:config
|
||||||
(setq flymake-popon-method (if (modulep! +childframe)
|
(setq flymake-popon-method (if (modulep! +childframe)
|
||||||
'postframe
|
'posframe
|
||||||
'popon)))
|
'popon)))
|
||||||
|
Reference in New Issue
Block a user