wip: feat: Autosaving and recent files

This commit is contained in:
Madeleine Sydney
2025-01-07 04:30:21 -07:00
parent ae74a9a15a
commit cc759a73ea
5 changed files with 49 additions and 15 deletions

View File

@@ -19,8 +19,6 @@
(with-current-buffer url-buffer
(goto-char (point-max))
(eval-print-last-sexp))))
(load-file bootstrap-file)
;; (load bootstrap-file nil 'nomessage)
)
(load-file bootstrap-file))
(setq straight-use-package-by-default t))