From a44dcfc14af05abbfbc90d5fa0ae02beb4b7b7db Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 11:32:15 -0500 Subject: refactor(latex): merge Graphviz config into module Remove standalone graphviz-config.el and its init.el require. Move graphviz-dot-mode setup into latex-config.el, add company-auctex initialization, and update AUCTeX section comment. --- init.el | 1 - 1 file changed, 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index eaaed853..f2e5c866 100644 --- a/init.el +++ b/init.el @@ -48,7 +48,6 @@ (require 'diff-config) ;; ediff and ztree configuration (require 'eshell-vterm-config) ;; shell and terminal configuration (require 'flyspell-config) ;; spell check configuration -(require 'graphviz-config) ;; merge with latex module? (require 'help-utils) ;; search: arch-wiki, devdoc, tldr, wikipedia (require 'help-config) ;; info, man, help config (require 'latex-config) ;; need to fix -- cgit v1.2.3