Re-indent

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

View File

@ -25,13 +25,13 @@
: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)
:custom
(save-place-file
(expand-file-name "file-position-save" backup-directory)))
(expand-file-name "file-position-save" backup-directory)))
(use-package tramp
:straight (:type built-in)
:custom (tramp-persistency-file-name
@ -142,7 +142,7 @@ When your shell is Emacs, your Emacs is but an oyster...
This is taken from a website that I can't remember at the moment."
(if (null args) (bury-buffer)
(mapc #'find-file-other-window
(mapcar #'expand-file-name (flatten-tree (reverse args))))))
(mapcar #'expand-file-name (flatten-tree (reverse args))))))
:general
(general-define-key
:states 'normal
@ -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"))))