From 6c1ad29239091c29f8e71847b7d9e14795de0d52 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 8 Jul 2021 01:46:07 +0100 Subject: nits --- email.org | 7 ++++--- lib/themes/jao-light-theme.el | 1 + lib/themes/jao-themes.el | 6 ++++++ org.org | 8 -------- w3m.org | 2 -- 5 files changed, 11 insertions(+), 13 deletions(-) diff --git a/email.org b/email.org index f1a561a..e44b8a6 100644 --- a/email.org +++ b/email.org @@ -195,9 +195,10 @@ (kill-buffer)) :custom ((mailcap-user-mime-data - '((doc-view-mode "application/pdf" jao-browse-doc-use-emacs-p) - (jao-icalendar-import-buffer "application/ics") - ("zathura %s" "application/pdf"))))) + '(;; (doc-view-mode "application/pdf" jao-browse-doc-use-emacs-p) + ;; ("zathura %s" "application/pdf") + ;; ("viewpdf.sh %s" "application/pdf") + (jao-icalendar-import-buffer "application/ics"))))) #+end_src * bbdb #+begin_src emacs-lisp diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index f2b9902..1ecff6a 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -133,5 +133,6 @@ (warning (c "burlywood4")))) ;; (enable-theme 'jao-light) +;; (jao-minibuffer-adjust-mode-line-faces) (provide 'jao-light-theme) diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 3e4fb56..b8b93f9 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -984,6 +984,12 @@ (rst-level-8-face (~ outline-8))) `((secondary-selection (p hilite) ex) (sh-quoted-exec (p f00)) + (shr-h1 (p outline-1)) + (shr-h2 (p outline-2)) + (shr-h3 (p outline-3)) + (shr-h4 (p outline-4)) + (shr-h5 (p outline-5)) + (shr-h6 (p outline-6)) (shr-link (p link)) (show-paren-match (p hilite)) (show-paren-mismatch (p error)) diff --git a/org.org b/org.org index 8283382..f85213b 100644 --- a/org.org +++ b/org.org @@ -113,14 +113,6 @@ org-highlight-latex-and-related '(latex script entities)) (require 'ox-latex) - (add-to-list 'org-latex-classes - '("bmlarticle" - "\\documentclass{bmlarticle}\n[NO-DEFAULT-PACKAGES]\n[EXTRA]" - ("\\section{%s}" . "\\section*{%s}") - ("\\subsection{%s}" . "\\subsection*{%s}") - ("\\subsubsection{%s}" . "\\subsubsection*{%s}") - ("\\paragraph{%s}" . "\\paragraph*{%s}") - ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))) (use-package cdlatex :ensure t diff --git a/w3m.org b/w3m.org index a2af3f5..6dec1aa 100644 --- a/w3m.org +++ b/w3m.org @@ -102,7 +102,6 @@ (w3m-display-mode 'dual-pane)) :init (setq w3m-add-user-agent nil - w3m-command "w3m" w3m-confirm-leaving-secure-page nil w3m-cookie-accept-bad-cookies t w3m-cookie-accept-domains '(".github.com" @@ -134,7 +133,6 @@ w3m-session-load-crashed-sessions 'ask w3m-show-graphic-icons-in-header-line nil w3m-show-graphic-icons-in-mode-line nil - w3m-space-before-favicon "|" w3m-use-tab nil w3m-use-tab-line nil w3m-use-title-buffer-name t -- cgit v1.2.3