dotfiles

A steaming hot pile of sh...ell scripts and configuration files.
git clone https://kaka.farm/~git/dotfiles
Log | Files | Refs

commit 7ec6f6d29a6e124d2f5540661241aee231095f7a
parent 9972a571efbaa05dbd6e3637be88a4faca560aae
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Wed, 31 Jul 2024 17:56:46 +0300

Customize elfeed-curl-program-name with the local guix profile.  Also, demand the kakafarm package.

Diffstat:
Mconfig/emacs/init.el | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config/emacs/init.el b/config/emacs/init.el @@ -52,6 +52,7 @@ ;; section, or loaded inside the `elfeed-feeds.el' file using the ;; `customize-set-value' function. (load (locate-user-emacs-file "elfeed-feeds.el")) + (customize-set-value elfeed-curl-program-name (expand-file-name "~/.guix-profile/bin/curl")) :custom (elfeed-curl-max-connections 10) (elfeed-search-filter "@2-months +unread") @@ -168,7 +169,7 @@ (Info-additional-directory-list '("~/infopath/"))) (use-package kakafarm - ;; :demand t + :demand t :bind ( :map global-map