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) :init (savehist-mode)
:custom (savehist-file :custom (savehist-file
(expand-file-name "minibuffer-history" backup-directory))) (expand-file-name "minibuffer-history" backup-directory)))
;; save place in all files ;; save place in all files
(use-package saveplace (use-package saveplace
:straight (:type built-in) :straight (:type built-in)
:init (save-place-mode t) :init (save-place-mode t)
:custom :custom
(save-place-file (save-place-file
(expand-file-name "file-position-save" backup-directory))) (expand-file-name "file-position-save" backup-directory)))
(use-package tramp (use-package tramp
:straight (:type built-in) :straight (:type built-in)
:custom (tramp-persistency-file-name :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." This is taken from a website that I can't remember at the moment."
(if (null args) (bury-buffer) (if (null args) (bury-buffer)
(mapc #'find-file-other-window (mapc #'find-file-other-window
(mapcar #'expand-file-name (flatten-tree (reverse args)))))) (mapcar #'expand-file-name (flatten-tree (reverse args))))))
:general :general
(general-define-key (general-define-key
:states 'normal :states 'normal
@ -460,7 +460,7 @@ targets."
(use-package yascroll (use-package yascroll
:diminish :diminish
:defer 1 :defer 1
:if (not (display-graphic-p)) ;; :if (not (display-graphic-p))
:custom (yascroll:delay-to-hide nil) :custom (yascroll:delay-to-hide nil)
:custom-face :custom-face
(yascroll:thumb-text-area ((t (:background "ForestGreen")))) (yascroll:thumb-text-area ((t (:background "ForestGreen"))))