summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-01-01 05:17:22 +0000
committerjao <jao@gnu.org>2022-01-01 05:17:22 +0000
commit7608c3cbdd1f0d046420c047182b7b823d808de1 (patch)
treeb8076d5a24c2b3742983cbc065bc0db9f3839b8d /init.org
parentfb3a9c806f4e76059094d333dfb57f7026abec77 (diff)
downloadelibs-7608c3cbdd1f0d046420c047182b7b823d808de1.tar.gz
elibs-7608c3cbdd1f0d046420c047182b7b823d808de1.tar.bz2
spurious jao-d-l
Diffstat (limited to 'init.org')
-rw-r--r--init.org22
1 files changed, 10 insertions, 12 deletions
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)