diff options
-rw-r--r-- | init.org | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -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 |