Enable TeX-narrow-to-group and LaTeX-narrow-to-environment

This commit is contained in:
Adam Goldsmith 2020-08-12 20:35:11 -04:00
parent b558842152
commit 45409de2a4

View File

@ -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))