Variable: image-dired-tags-db-file
image-dired-tags-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 image-dired file names and associated tags are stored.
Probably introduced at or before Emacs version 29.1.
Aliases
image-dired-db-file (obsolete since 29.1)
Source Code
;; Defined in /usr/src/emacs/lisp/image/image-dired.el.gz
(defcustom image-dired-tags-db-file
(expand-file-name ".image-dired_db" image-dired-dir)
"Database file where image-dired file names and associated tags are stored."
:type 'file)