From 7608c3cbdd1f0d046420c047182b7b823d808de1 Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 1 Jan 2022 05:17:22 +0000 Subject: spurious jao-d-l --- init.org | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'init.org') diff --git a/init.org b/init.org index 580a41f..af072cf 100644 --- a/init.org +++ b/init.org @@ -66,8 +66,7 @@ (dolist (f (directory-files libd t "^[^.]+$")) (when (file-directory-p f) (add-to-list 'load-path f)))) - (defvar jao-info-dir - (expand-file-name (jao-d-l "~/.emacs.d/info" "~/doc/info"))) + (defvar jao-info-dir (expand-file-name "~/doc/info")) (require 'info) (add-to-list 'Info-directory-list jao-info-dir) #+end_src @@ -1182,7 +1181,7 @@ (use-package fringe) (fringe-mode) - (menu-bar-mode (jao-d-l 1 -1)) + (menu-bar-mode -1) ;; (setting it to nil avoids mouse wrapping after other-frame) (setq focus-follows-mouse t) @@ -1338,15 +1337,14 @@ (setq TeX-view-format "pdf") (setq-default TeX-master "../main") ; nil to ask (setq TeX-view-program-selection - (jao-d-l - '((output-dvi "open") - (output-pdf "open") - (output-html "open")) - '(((output-dvi has-no-display-manager) "dvi2tty") - ((output-dvi style-pstricks) "dvips and gv") - (output-dvi "xdvi") - (output-pdf "xdg-open") - (output-html "xdg-open")))) + ;; '((output-dvi "open") + ;; (output-pdf "open") + ;; (output-html "open")) + '(((output-dvi has-no-display-manager) "dvi2tty") + ((output-dvi style-pstricks) "dvips and gv") + (output-dvi "xdvi") + (output-pdf "xdg-open") + (output-html "xdg-open"))) ;; to make RefTeX faster for large documents, try these: (setq reftex-enable-partial-scans t) (setq reftex-save-parse-info t) -- cgit v1.2.3