diff options
author | Kyle Meyer <meyerkya@gmail.com> | 2013-01-12 14:24:46 -0500 |
---|---|---|
committer | Kyle Meyer <meyerkya@gmail.com> | 2013-01-12 14:24:46 -0500 |
commit | 0bbeabe471fb296af105d2a3e21a6b2c12bc4179 (patch) | |
tree | 82760ddb56697f9ee075d61aa11b1d5d3e30a4bd /init | |
parent | 96ee4bd0bd7b5cc8a6d9ca918ede26e82a9b20a7 (diff) | |
download | emacs.d-0bbeabe471fb296af105d2a3e21a6b2c12bc4179.tar.gz |
cleanup single character comments
Diffstat (limited to 'init')
-rw-r--r-- | init/km-org.el | 2 | ||||
-rw-r--r-- | init/km-tex.el | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/init/km-org.el b/init/km-org.el index 1d7a80a..15a07d9 100644 --- a/init/km-org.el +++ b/init/km-org.el @@ -3,7 +3,7 @@ (setq org-todo-keywords '((sequence "TODO" "STARTED" "|" "DONE" "NA"))) - ;(setq org-agenda-files (list "~/notes/tasks.org")) +;; (setq org-agenda-files (list "~/notes/tasks.org")) ;; next 6 lines merged from prelude-org (global-set-key "\C-cl" 'org-store-link) diff --git a/init/km-tex.el b/init/km-tex.el index 1c69dbd..5cf362f 100644 --- a/init/km-tex.el +++ b/init/km-tex.el @@ -7,8 +7,8 @@ ;; for viewing in-frame ;;http://www.sigmafield.org/2009/10/03/using-doc-view-with-auto-revert-to-view-latex-pdf-output-in-emacs/ - ;(setq TeX-PDF-mode t) - ;(add-hook 'doc-view-mode-hook 'auto-revert-mode) +;;(setq TeX-PDF-mode t) +;;(add-hook 'doc-view-mode-hook 'auto-revert-mode) ;; reftex ;; mostly from http://www.kieranhealy.org/esk/starter-kit-latex.html |