aboutsummaryrefslogtreecommitdiff
path: root/dot_emacs
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-12-14 14:19:15 -0500
committerRyan Kavanagh <rak@rak.ac>2021-12-14 14:19:15 -0500
commita0df6eb990db7f2b0c7d31c93d3ee96a1a95cd4f (patch)
treed6450d64534768efc96fcf7a57bbcdf522f41a31 /dot_emacs
parentfix font installation (diff)
drop old auctex stuff
Diffstat (limited to 'dot_emacs')
-rw-r--r--dot_emacs20
1 files changed, 0 insertions, 20 deletions
diff --git a/dot_emacs b/dot_emacs
index 3e0cd34..0bd0294 100644
--- a/dot_emacs
+++ b/dot_emacs
@@ -46,26 +46,6 @@
(moe-dark)
(powerline-moe-theme)))
-;; (use-package auctex
-;; :config
-;; ;; From
-;; ;; https://github.com/jwiegley/dot-emacs/commit/6dffc2511c60e1e15c79080bf37a36f380d9567b
-;; (defun latex-help-get-cmd-alist () ;corrected version:
-;; "Scoop up the commands in the index of the latex info manual.
-;; The values are saved in `latex-help-cmd-alist' for speed."
-;; ;; mm, does it contain any cached entries
-;; (if (not (assoc "\\begin" latex-help-cmd-alist))
-;; (save-window-excursion
-;; (setq latex-help-cmd-alist nil)
-;; (Info-goto-node (concat latex-help-file "Command Index"))
-;; (goto-char (point-max))
-;; (while (re-search-backward "^\\* \\(.+\\): *\\(.+\\)\\." nil t)
-;; (let ((key (buffer-substring (match-beginning 1) (match-end 1)))
-;; (value (buffer-substring (match-beginning 2)
-;; (match-end 2))))
-;; (add-to-list 'latex-help-cmd-alist (cons key value))))))
-;; latex-help-cmd-alist))
-
(defun single-lines-only ()
"Replace multiple blank lines with a single one"
(interactive)