Variable: nsm-settings-file

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

Value

"/root/.emacs.d/network-security.data"

Documentation

The file the security manager settings will be stored in.

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

Source Code

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