diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 051f5d1..7bbe19a 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -15,6 +15,8 @@ (put 'upcase-region 'disabled nil) (put 'downcase-region 'disabled nil) (put 'narrow-to-region 'disabled nil) +(put 'TeX-narrow-to-group 'disabled nil) +(put 'LaTeX-narrow-to-environment 'disabled nil) ;;;; save backups and autosaves in tmp (setq backup-directory-alist `((".*" . ,temporary-file-directory))