From 37384c4eb1150e7afbef5f6401297374e7c0af69 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 11 Sep 2021 15:34:31 +0100 Subject: Update configuration for Uni --- doom/config.el | 10 +++++----- notmuch/.notmuch-config | 2 +- 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 # -- cgit