鍚堝苟鏈湴浠撳簱鍜岃繙绋嬩粨搴

This commit is contained in:
trogloxene
2026-03-17 22:32:09 +08:00
parent 3e2a7d8dd0
commit 279a050165
5 changed files with 96 additions and 4 deletions

View File

@@ -75,7 +75,7 @@
(use-package savehist
:hook (after-init . savehist-mode)
:init (setq enable-recursive-minibuffers t
history-length 1000
history-length 50
savehist-additional-variables '(mark-ring
global-mark-ring
search-ring
@@ -88,4 +88,7 @@
(use-package saveplace
:hook (after-init . save-place-mode))
;; 安装ox-hugo
(use-package ox-hugo)
(provide 'init-package)