From f14d35b79a140645c502c6363392858a45b1f677 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Wed, 27 Aug 2025 01:18:29 -0700 Subject: [PATCH] set ff-ignore-include to t --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 1ca2a55..e8a3477 100644 --- a/init.el +++ b/init.el @@ -1893,6 +1893,7 @@ otherwise, call `bibtex-find-text'." :hook ((c-ts-mode c++-ts-mode) . my/eglot-if-trusted) :init (setq-default c-ts-mode-indent-offset 4) + (setopt ff-ignore-include t) :config (evil-define-key 'normal 'c-ts-mode-map "go" #'ff-find-other-file