From 67c87a92034fe4a25b00cf8514dd733f82497fca Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Wed, 5 Mar 2025 14:34:04 +0100 Subject: [PATCH] Fixed prompting for a password for gpg key --- config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index b2ff895..d62e632 100644 --- a/config.org +++ b/config.org @@ -1151,7 +1151,8 @@ Vterm is a terminal emulator within Emacs. The 'shell-file-name' setting sets t [[https://github.com/NicolasPetton/pass][Pass]] is a package that interacts with [[https://www.passwordstore.org/][Standard UNIX password manager]] #+begin_src emacs-lisp (use-package pass - :ensure t) + :ensure t) + (setq epg-pinentry-mode 'loopback) #+end_src * Language support Emacs has built-in programming language modes for Lisp, Scheme, DSSSL, Ada, ASM, AWK, C, C++, Fortran, Icon, IDL (CORBA), IDLWAVE, Java, Javascript, M4, Makefiles, Metafont, Modula2, Object Pascal, Objective-C, Octave, Pascal, Perl, Pike, PostScript, Prolog, Python, Ruby, Simula, SQL, Tcl, Verilog, and VHDL. Other languages will require you to install additional modes.