This website requires JavaScript.
Explore
Help
Register
Sign in
finga
/
dotfiles-emacs
Watch
1
Star
0
Fork
You've already forked dotfiles-emacs
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
ce1a062606
dotfiles-emacs
/
.emacs.d
/
config
/
gpg.el
4 lines
68 B
EmacsLisp
Raw
Normal View
History
Unescape
Escape
gpg: Add config to ask for the gpg passphrase In order for emacs to be able to cope with gpg, the following lines have to be configured in `~/.gnupg/gpg-agent.conf`: ``` pinentry-program /usr/bin/pinentry-tty allow-loopback-entry ```
2023-06-29 08:43:38 +02:00
(
use-package
pinentry
config: Fix indention by emacs auto indent Use the indention that emacs applies when auto indenting.
2024-05-27 13:47:27 +02:00
:init
(
setq
epa-pinentry-mode
'loopback
)
)
Reference in a new issue
Copy permalink