From 9af70cbf60e78309a3902315a7d444877677fdfe Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 1 Apr 2021 16:41:41 -0500 Subject: Define `acdw/reindent-buffer' and hook into elisp Hopefully this will put a halt to all of my whitespace commits. Of course, this commit also includes whitespace-only diffs. --- early-init.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'early-init.el') diff --git a/early-init.el b/early-init.el index 60889f8..f993d03 100644 --- a/early-init.el +++ b/early-init.el @@ -76,11 +76,11 @@ (defun hook--disable-ui-modes () "Disable frame UI using modes, for toggling later." (dolist (mode ;; each mode is of the form (MODE . FRAME-ALIST-VAR) - '((tool-bar-mode . tool-bar-lines) - (menu-bar-mode . menu-bar-lines) - (scroll-bar-mode . vertical-scroll-bars) - (horizontal-scroll-bar-mode . horizontal-scroll-bars) - )) + '((tool-bar-mode . tool-bar-lines) + (menu-bar-mode . menu-bar-lines) + (scroll-bar-mode . vertical-scroll-bars) + (horizontal-scroll-bar-mode . horizontal-scroll-bars) + )) (let ((setting (alist-get (cdr mode) default-frame-alist))) (when (or (not setting) (= 0 setting)) -- cgit 1.4.1-21-gabe81