fix(syntax): s/postframe/posframe

This commit is contained in:
Jeetaditya Chatterjee 2023-08-01 11:58:46 +05:30 committed by Henrik Lissner
parent 833be11368
commit 24601b300e

View file

@ -99,5 +99,5 @@
:hook (flymake-mode . flymake-popon-mode)
:config
(setq flymake-popon-method (if (modulep! +childframe)
'postframe
'posframe
'popon)))