Re-indent

This commit is contained in:
MitchMarq42 2022-10-07 19:37:49 -08:00
parent 789a91219f
commit 84e57fb145

View File

@ -25,7 +25,7 @@
:init (savehist-mode)
:custom (savehist-file
(expand-file-name "minibuffer-history" backup-directory)))
;; save place in all files
;; save place in all files
(use-package saveplace
:straight (:type built-in)
:init (save-place-mode t)
@ -460,7 +460,7 @@ targets."
(use-package yascroll
:diminish
:defer 1
:if (not (display-graphic-p))
;; :if (not (display-graphic-p))
:custom (yascroll:delay-to-hide nil)
:custom-face
(yascroll:thumb-text-area ((t (:background "ForestGreen"))))