diff options
author | Ryan Kavanagh <rak@debian.org> | 2020-02-22 23:13:30 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2020-02-22 23:13:30 -0500 |
commit | 1f70efc69e8fc6d117f0b268baa8acebcba5805f (patch) | |
tree | bf529ed8a1fbce20f9c48df3e13f62a320736844 | |
parent | add example nev latex auctex (diff) |
whitespace cleanup
-rw-r--r-- | .emacs | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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))) |