diff options
author | jao <jao@gnu.org> | 2021-11-19 19:23:29 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-11-19 19:23:29 +0000 |
commit | 6344b3b629259143f5b8bc77c16d1c6554a9628d (patch) | |
tree | 0c1bf8baeb602c73e1cb6e805d5095b2970ce6e0 | |
parent | 3aefb1aa9a3ff2d3dc88c17453a2b2651b0befbd (diff) | |
download | elibs-6344b3b629259143f5b8bc77c16d1c6554a9628d.tar.gz elibs-6344b3b629259143f5b8bc77c16d1c6554a9628d.tar.bz2 |
what's with c-type-finder? i don't even use c modes
-rw-r--r-- | init.org | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |