summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-05-31 16:43:34 +0100
committerjao <jao@gnu.org>2021-05-31 16:43:34 +0100
commitdfa4c318529efca52fd2c5a43ff7dd73a63c5b5d (patch)
tree9ed83feca637bb8bdf5933daa358c27ba6b04970 /init.org
parent7ddfda9b0af623d5039f7073f6c043f370c129cc (diff)
downloadelibs-dfa4c318529efca52fd2c5a43ff7dd73a63c5b5d.tar.gz
elibs-dfa4c318529efca52fd2c5a43ff7dd73a63c5b5d.tar.bz2
nits
Diffstat (limited to 'init.org')
-rw-r--r--init.org15
1 files changed, 7 insertions, 8 deletions
diff --git a/init.org b/init.org
index d2dc404..6bccc59 100644
--- a/init.org
+++ b/init.org
@@ -420,11 +420,10 @@
(defun jao-themes-setup ()
(let ((dark (jao-colors-scheme-dark-p)))
- (if window-system
- (load-theme (if dark 'jao-greenish 'jao-light) t)
- (load-theme 'modus-vivendi t))))
+ (load-theme (if dark 'jao-greenish 'jao-light) t)))
- (when (not (eq window-system 'pgtk)) (jao-themes-setup))
+ (when (and window-system (not (eq window-system 'pgtk)))
+ (jao-themes-setup))
(global-font-lock-mode 1)
#+end_src
@@ -1486,6 +1485,10 @@
(funcall jao-browse-url-function url)))
#+END_SRC
+*** Web browsers
+ #+begin_src emacs-lisp
+ (jao-load-org "eww")
+ #+end_src
*** Browse URL
#+begin_src emacs-lisp
(require 'browse-url)
@@ -1609,10 +1612,6 @@
name url cat name)))))
(message "No feeds found"))))
#+end_src
-*** Web browsers
- #+begin_src emacs-lisp
- (jao-load-org "eww")
- #+end_src
* Email
#+begin_src emacs-lisp
(setq jao-afio-mail-function 'gnus) ;; 'notmuch 'gnus 'mu4e