summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-11-19 19:23:29 +0000
committerjao <jao@gnu.org>2021-11-19 19:23:29 +0000
commit6344b3b629259143f5b8bc77c16d1c6554a9628d (patch)
tree0c1bf8baeb602c73e1cb6e805d5095b2970ce6e0 /init.org
parent3aefb1aa9a3ff2d3dc88c17453a2b2651b0befbd (diff)
downloadelibs-6344b3b629259143f5b8bc77c16d1c6554a9628d.tar.gz
elibs-6344b3b629259143f5b8bc77c16d1c6554a9628d.tar.bz2
what's with c-type-finder? i don't even use c modes
Diffstat (limited to 'init.org')
-rw-r--r--init.org4
1 files changed, 4 insertions, 0 deletions
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