From 02b8882f546c67a3a337e99616933d5d76e02591 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 1 May 2022 09:24:44 -0500 Subject: Indentation --- init.el | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 524fdce..4ca4c3c 100644 --- a/init.el +++ b/init.el @@ -860,7 +860,7 @@ (with-eval-after-load 'tramp (el-patch-defun tramp-debug-buffer-command-completion-p (_symbol buffer) "A predicate for Tramp interactive commands. -They are completed by \"M-x TAB\" only in Tramp debug buffers." + They are completed by \"M-x TAB\" only in Tramp debug buffers." (with-current-buffer buffer (el-patch-wrap 2 (save-restriction @@ -1361,8 +1361,8 @@ They are completed by \"M-x TAB\" only in Tramp debug buffers." (el-patch-defun crux-reopen-as-root () "Find file as root if necessary. -Meant to be used as `find-file-hook'. -See also `crux-reopen-as-root-mode'." + Meant to be used as `find-file-hook'. + See also `crux-reopen-as-root-mode'." (unless (or ;; This helps fix for `nov-mode', and possibly others. (el-patch-add (null buffer-file-name)) @@ -1518,7 +1518,7 @@ See also `crux-reopen-as-root-mode'." :repo "alphapapa/ement.el") ;; `plz' is a requirement, but isn't on an elpa. (setup (:straight (plz :host github - :repo "alphapapa/plz.el")) + :repo "alphapapa/plz.el")) t))) (setup (:straight epithet) @@ -1598,19 +1598,19 @@ See also `crux-reopen-as-root-mode'." (:require) (add-hook 'modus-themes-after-load-theme-hook (defun focus-update@after-modus-load () - (modus-themes-with-colors - (:face 'focus-unfocused `((t ( :foreground ,fg-inactive - :background ,bg-inactive - :weight normal - :slant normal - :extend t))))))) + (modus-themes-with-colors + (:face 'focus-unfocused `((t ( :foreground ,fg-inactive + :background ,bg-inactive + :weight normal + :slant normal + :extend t))))))) ;; XXX: This doesn't work, because notmuch overlays shit on the buffer (setf (alist-get 'notmuch-show-mode focus-mode-to-thing) 'notmuch-message) (:hook-into notmuch-show-mode)) (setup (:straight (forge - :host github :repo "magit/forge") + :host github :repo "magit/forge") (eq system-type 'gnu/linux)) (require 'forge) (add-to-list 'forge-alist -- cgit 1.4.1-21-gabe81