summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
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