Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 749 Bytes

README.org

File metadata and controls

17 lines (14 loc) · 749 Bytes

PIMacs/crypt Doom Emacs Module

Fearture

  • enable elpa to automatically crypt and decrpyt .gpg file.
  • add a hook function to find-file-hook in order to hide password in gpg file like authinfo-mode do in authinfo.gpg file.
  • Define the interactive function pim-hide-password to hide password in current buffer.
  • Define the interactive function pim-gen-password which generates a fairly good password. Default length can be customized by pim-gen-password-length and can be overwrite using the universal-prefix argument.

Dependency

This package install emacs-password-genarator.

Configuration

You can customize the variable pim-gen-password-length.