Enable TeX-narrow-to-group
and LaTeX-narrow-to-environment
This commit is contained in:
parent
b558842152
commit
45409de2a4
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user