Skip to content

Commit

Permalink
ielm: Theme ielm-history-file-name
Browse files Browse the repository at this point in the history
`ielm-history-file-name' is a variable new to Emacs 30.  At the
time of writing, this is the only data file defined by IELM.
  • Loading branch information
leungbk authored and tarsius committed Feb 17, 2024
1 parent 801837d commit 6de0be8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions no-littering.el
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ This variable has to be set before `no-littering' is loaded.")
;; Gnus hardcodes newsrc.eld to be based on gnus-startup-file.
(setq gnus-startup-file (etc "gnus/newsrc"))
(setq ido-save-directory-list-file (var "ido-save-directory-list.el"))
(setq ielm-history-file-name (var "ielm-history.eld"))
(setq image-dired-db-file (var "image-dired/db.el"))
(setq image-dired-dir (var "image-dired/"))
(setq image-dired-gallery-dir (var "image-dired/gallery/"))
Expand Down

0 comments on commit 6de0be8

Please sign in to comment.