From 7573e39690aaef78a764c0b954aaf10e6e584a18 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 12 Jan 2026 13:02:29 -0500 Subject: [PATCH] [emacs] Add pinentry flow --- emacs/.config/doom/config.el | 7 +++++++ emacs/.config/doom/custom.el | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index b69826f..5756c17 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -5,6 +5,13 @@ (nyan-mode) +;; load pinentry +(when (require 'pinentry nil t) + (pinentry-start)) +(require 'server) +(unless (server-running-p) + (server-start)) + (setq doom-theme 'doom-xcode doom-font (font-spec :family "Iosevka" :size 14 :weight 'regular) doom-big-font (font-spec :family "Iosevka" :size 18 :weight 'regular) diff --git a/emacs/.config/doom/custom.el b/emacs/.config/doom/custom.el index e46fbda..a541570 100644 --- a/emacs/.config/doom/custom.el +++ b/emacs/.config/doom/custom.el @@ -5,8 +5,8 @@ ;; If there is more than one, they won't work right. '(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'") '(package-selected-packages - '(agent-shell csv-mode direnv ef-themes helix-theme just-mode magit-todos nov - vulpea w3m)) + '(agent-shell csv-mode direnv ef-themes helix-theme just-mode justl magit-todos + nov pinentry vulpea w3m)) '(safe-local-variable-values '((pytest-global-name . "docker-compose run --rm test --")))) (custom-set-faces ;; custom-set-faces was added by Custom.