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.