Variable: denote-encryption-file-extensions

denote-encryption-file-extensions is a variable defined in denote.el.

Value

(".gpg" ".age")

Documentation

List of strings specifying file extensions for encryption.

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
;; TODO 2023-01-24: Perhaps there is a good reason to make this a user
;; option, but I am keeping it as a generic variable for now.
(defvar denote-encryption-file-extensions '(".gpg" ".age")
  "List of strings specifying file extensions for encryption.")