summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
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