From c315f096f4bb02c249430b6ede732f9c3a1580ec Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 9 Mar 2021 02:37:13 +0000 Subject: whitespace --- init.org | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/init.org b/init.org index 5ccd9f0..785f83a 100644 --- a/init.org +++ b/init.org @@ -2020,9 +2020,7 @@ (with-eval-after-load "gnus-sum" (add-hook 'gnus-exit-group-hook #'jao-maildir--ensure-counts))) - (jao-maildir-setup jao-maildir-maildirs - jao-maildir-tracked-maildirs - -20) + (jao-maildir-setup jao-maildir-maildirs jao-maildir-tracked-maildirs -20) #+end_src *** BBDB #+BEGIN_SRC emacs-lisp @@ -2947,8 +2945,8 @@ (let ((jao-shell-here-use-vterm t)) (call-interactively 'jao-shell-here-toggle))) - (global-set-key (kbd "C-!") 'jao-shell-here) - (global-set-key [(f1)] 'jao-shell-here-toggle) + (global-set-key (kbd "C-!") #'jao-shell-here) + (global-set-key [(f1)] #'jao-shell-here-toggle) #+end_src * Version control and CI -- cgit v1.2.3