Variable: persist--directory-location

persist--directory-location is a variable defined in persist.el.

Value

"~/.emacs.d/persist"

Documentation

The location of persist directory.

Source Code

;; Defined in ~/.emacs.d/elpa/persist-0.8/persist.el
(defvar persist--directory-location
  (locate-user-emacs-file "persist")
  "The location of persist directory.")