Fixed prompting for a password for gpg key
This commit is contained in:
parent
49f7b1fe16
commit
67c87a9203
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue