From 5f212fd4702509b6d98115e3ff288811c3c7acc3 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Tue, 19 Jul 2022 14:09:18 +0200 Subject: dotfiles: spacemacs: hook auctex with outline-minor-mode --- home/config/dotfiles/spacemacs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home/config/dotfiles') diff --git a/home/config/dotfiles/spacemacs b/home/config/dotfiles/spacemacs index f3132fc..7166c32 100644 --- a/home/config/dotfiles/spacemacs +++ b/home/config/dotfiles/spacemacs @@ -597,6 +597,9 @@ before packages are loaded." ;; auto-completion (global-company-mode t) + ;; hooks + (add-hook 'LaTeX-mode-hook 'outline-minor-mode) + ;; Key bindings (defun my-ediff-dotfile-and-template () (interactive) -- cgit v1.2.3