Variable: image-dired-db-file

image-dired-db-file is a customizable variable defined in image-dired.el.gz.

Value

"/root/.emacs.d/image-dired/.image-dired_db"

Documentation

Database file where file names and their associated tags are stored.

Source Code

;; Defined in /usr/src/emacs/lisp/image-dired.el.gz
(defcustom image-dired-db-file
  (expand-file-name ".image-dired_db" image-dired-dir)
  "Database file where file names and their associated tags are stored."
  :type 'file)