From 1f70efc69e8fc6d117f0b268baa8acebcba5805f Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sat, 22 Feb 2020 23:13:30 -0500 Subject: whitespace cleanup --- .emacs | 3 --- 1 file changed, 3 deletions(-) (limited to '.emacs') diff --git a/.emacs b/.emacs index 4e5d808..659011c 100644 --- a/.emacs +++ b/.emacs @@ -304,7 +304,6 @@ Otherwise split the current paragraph into one sentence per line." )))) ;; otherwise do ordinary fill paragraph (fill-paragraph P))) - :hook ((LaTeX-mode . turn-on-reftex) (LaTeX-mode . turn-off-auto-fill) @@ -333,14 +332,12 @@ Otherwise split the current paragraph into one sentence per line." (add-to-list 'LaTeX-label-alist '("theorem" . "theorem:")) (add-to-list 'LaTeX-label-alist '("example" . "ex:")) (add-to-list 'LaTeX-label-alist '("lemma" . "lemma:"))))) - :config (info-lookup-add-help :mode 'LaTeX-mode :regexp ".*" :parse-rule "\\\\?[a-zA-Z]+\\|\\\\[^a-zA-Z]" :doc-spec '(("(latex2e)Concept Index") ("(latex2e)Command Index"))) - :bind (:map LaTeX-mode-map ("M-q" . ales/fill-paragraph))) -- cgit v1.2.3