From 3457307b74d15e7ced6ff00e1ae91166d2537cdb Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 3 Sep 2019 12:07:06 -0400 Subject: emacs: improve tex-mode list workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit type ā€˜o’ followed by space for enumerate (ordered list), and ā€˜u’ folloewd by space for itemize (unordered list); insert new \item with M-RET --- .emacs.d/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 2063aab..b6b27c6 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1442,8 +1442,7 @@ This function is intended for use with `ivy-ignore-buffers'." (lambda (p) (string-match "^---?" (car p))) tex--prettify-symbols-alist) :hook ((tex-mode . auto-fill-mode) - (tex-mode . flyspell-mode) - (tex-mode . (lambda () (electric-indent-local-mode -1))))) + (tex-mode . flyspell-mode))) ;;; Theme -- cgit v1.2.3-83-g751a