From 6344b3b629259143f5b8bc77c16d1c6554a9628d Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 19 Nov 2021 19:23:29 +0000 Subject: what's with c-type-finder? i don't even use c modes --- init.org | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'init.org') diff --git a/init.org b/init.org index 19d08d7..3258b0a 100644 --- a/init.org +++ b/init.org @@ -2273,6 +2273,10 @@ ("s-f f" . flymake-show-diagnostics-buffer) ("s-f l" . consult-flymake)))) #+end_src +*** Workarounds + #+begin_src emacs-lisp + (setq c-type-finder-time-slot nil) + #+end_src * Programming languages *** Elisp #+begin_src emacs-lisp -- cgit v1.2.3