Fixed prompting for a password for gpg key

This commit is contained in:
Aleksandr Lebedev 2025-03-05 14:34:04 +01:00
parent 49f7b1fe16
commit 67c87a9203

View file

@ -1152,6 +1152,7 @@ Vterm is a terminal emulator within Emacs. The 'shell-file-name' setting sets t
#+begin_src emacs-lisp
(use-package pass
: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.