aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-11 15:34:31 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-11 15:34:31 +0100
commit37384c4eb1150e7afbef5f6401297374e7c0af69 (patch)
tree942b52caadbbc3dc822a441b40013cdf4a705953
parent877f25d80c30e03197df8ae24f20207a01bcf0de (diff)
downloaddotfiles-37384c4eb1150e7afbef5f6401297374e7c0af69.tar.gz
dotfiles-37384c4eb1150e7afbef5f6401297374e7c0af69.zip
Update configuration for Uni
-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
#