diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-07-19 14:09:18 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-07-19 14:09:18 +0200 |
| commit | 5f212fd4702509b6d98115e3ff288811c3c7acc3 (patch) | |
| tree | 4408d34b51038d4f90a7775c6f4355df70d0ff4c /home | |
| parent | 9f8d13bafb632445df1c6049f1e35886e567b970 (diff) | |
dotfiles: spacemacs: hook auctex with outline-minor-mode
Diffstat (limited to 'home')
| -rw-r--r-- | home/config/dotfiles/spacemacs | 3 |
1 files changed, 3 insertions, 0 deletions
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) |
