Variable: nsm-settings-file

nsm-settings-file is a customizable variable defined in nsm.el.gz.

Value

"~/.emacs.d/network-security.eld"

Documentation

The file the security manager settings will be stored in.

This variable was added, or its default value changed, in Emacs 31.1.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/net/nsm.el.gz
(defcustom nsm-settings-file
  (locate-user-emacs-file '("network-security.eld" "network-security.data"))
  "The file the security manager settings will be stored in."
  :version "31.1"
  :type 'file)