aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doom/config.el10
-rw-r--r--notmuch/.notmuch-config2
2 files changed, 6 insertions, 6 deletions
diff --git a/doom/config.el b/doom/config.el
index 2d6c0c5..2917eb6 100644
--- a/doom/config.el
+++ b/doom/config.el
@@ -16,9 +16,9 @@
;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd
;; font string. You generally only need these two:
(setq doom-font (font-spec :family "Iosevka" :size 16)
- doom-variable-pitch-font (font-spec :family "Alegreya" :size 12)
- doom-serif-font (font-spec :family "Alegreya" :size 12))
-
+;; doom-variable-pitch-font (font-spec :family "Alegreya" :size 12)
+;; doom-serif-font (font-spec :family "Alegreya" :size 12))
+)
;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default:
@@ -602,8 +602,8 @@
:config
(direnv-mode))
-(use-package! alectryon
- :load-path "/Users/yannherklotz/Projects/alectryon/etc/elisp")
+;;(use-package! alectryon
+;; :load-path "/Users/yannherklotz/Projects/alectryon/etc/elisp")
(defun ymhg/incr-id (ident)
(let* ((ident-list (append nil ident nil))
diff --git a/notmuch/.notmuch-config b/notmuch/.notmuch-config
index 80b28eb..f3cf61f 100644
--- a/notmuch/.notmuch-config
+++ b/notmuch/.notmuch-config
@@ -11,7 +11,7 @@
# configured here named ".notmuch".
#
[database]
-path=/Users/yannherklotz/.mail
+path=/home/ymherklotz/.mail
# User configuration
#