From 3412d52137097b0c5d95303b8452be3e4fea7b9a Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sun, 16 Jun 2019 21:17:53 -0400 Subject: whitespace --- .emacs | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.emacs b/.emacs index 736f138..f26aa19 100644 --- a/.emacs +++ b/.emacs @@ -43,15 +43,15 @@ ;; 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)))))) +;; (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)) (use-package auto-complete -- cgit v1.2.3