aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2020-02-22 23:13:30 -0500
committerRyan Kavanagh <rak@debian.org>2020-02-22 23:13:30 -0500
commit1f70efc69e8fc6d117f0b268baa8acebcba5805f (patch)
treebf529ed8a1fbce20f9c48df3e13f62a320736844
parentadd example nev latex auctex (diff)
whitespace cleanup
-rw-r--r--.emacs3
1 files changed, 0 insertions, 3 deletions
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)))