Replies: 1 comment
-
;; 1. Set many variables:
(require 'no-littering)
;; 2. Set a few variables to yet another value:
(setq savehist-file (expand-file-name "zMisc/savehist.el" emacs-repo))
(setq recentf-save-file (expand-file-name "zMisc/recentf.el" emacs-repo))
(setq bookmark-default-file (expand-file-name "zMisc/bookmarks.el" emacs-repo)) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Title, if i set
will it work with no lettering package? Or will no lettering ignore those settings and will do his "thing".
Asking cause i tried and it doesn't seem to work, maybe i did something wrong... So double checking just in case.
Beta Was this translation helpful? Give feedback.
All reactions