summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-03-09 02:37:13 +0000
committerjao <jao@gnu.org>2021-03-09 02:37:13 +0000
commitc315f096f4bb02c249430b6ede732f9c3a1580ec (patch)
tree32a1ea6af994e126135addd998e8d0afa435c2b1 /init.org
parent64e35be2f5b15cafda3b8f31cb6c7dc10475cfb0 (diff)
downloadelibs-c315f096f4bb02c249430b6ede732f9c3a1580ec.tar.gz
elibs-c315f096f4bb02c249430b6ede732f9c3a1580ec.tar.bz2
whitespace
Diffstat (limited to 'init.org')
-rw-r--r--init.org8
1 files 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