diff options
author | jao <jao@gnu.org> | 2025-09-28 01:25:21 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-28 01:29:49 +0100 |
commit | 75220ccdee2f3de039498b717d2b15c04f676d2a (patch) | |
tree | 99a15e815d47af748cf65deb82c5abd88bf90bcc /init.el | |
parent | 372bb077bcbd6904845991e9e72c759207bc1cf8 (diff) | |
download | elibs-75220ccdee2f3de039498b717d2b15c04f676d2a.tar.gz elibs-75220ccdee2f3de039498b717d2b15c04f676d2a.tar.bz2 |
multisession variables instead of persist
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -118,9 +118,6 @@ (jao-load-site-el "pre") ;;; System Utilities -;;;; persist -(use-package persist :ensure t) - ;;;; (no) backups (setq vc-make-backup-files nil make-backup-files nil) |