MMKTinsamuell.ninja·Oct 23, 2022 · 1 min readFix eldoc don't show function signature in some situationsTable of Contents Current issue Solutions Current issue The default option eldoc-message-commands covers the normal use case(already including self-insert-command. But it is not add c-electric-* by default, which means you will not get function si...00
MMKTinsamuell.ninja·Apr 30, 2022 · 1 min readUse profiler-stop properlyIt is very common to profile Emacs with profiler-start, profiler-stop and profiler-report when you experience abnormal behavior of Emacs, such as input latency.But I've noticed that many people seemed to call profiler-stop interactively, which could ...00