From d429454f795b192d1b37b4623e138ff8c06695ef Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 10 May 2021 00:33:14 +0100 Subject: gnus' gravitational pull is strong --- init.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'init.org') diff --git a/init.org b/init.org index b8c02cf..7a00fe6 100644 --- a/init.org +++ b/init.org @@ -106,7 +106,7 @@ *** Custom location of custom.el and co. #+begin_src emacs-lisp (setq custom-file (jao-site-el "custom")) - (load custom-file) + ;; (load custom-file) (setq custom-unlispify-tag-names nil) (setq custom-buffer-done-kill t) (setq custom-raised-buttons nil) @@ -165,7 +165,7 @@ #+begin_src emacs-lisp (use-package jao-minibuffer :commands (jao-minibuffer-add-variable jao-minibuffer-refresh)) - (setq enable-recursive-minibuffers t) + ;; (setq enable-recursive-minibuffers t) #+end_src *** Sleep/awake #+begin_src emacs-lisp @@ -1597,7 +1597,7 @@ #+end_src * Email #+begin_src emacs-lisp - (setq jao-afio-mail-function 'notmuch ;; 'gnus 'mu4e + (setq jao-afio-mail-function 'gnus ;; 'notmuch 'gnus 'mu4e jao-afio-notmuch-in-web nil) (jao-load-org "email") #+end_src @@ -2047,7 +2047,7 @@ (add-hook 'magit-status-sections-hook #'forge-insert-issues t)) #+end_src *** Other git packages - #+BEGIN_SRC emacs-lisp + #+begin_src emacs-lisp (use-package git-messenger :ensure t :bind (("C-x v p" . git-messenger:popup-message))) @@ -2085,7 +2085,7 @@ "Quit" (("Q" bury-buffer "Bury buffer") ("k" kill-buffer "Kill buffer"))))) - #+END_SRC + #+end_src *** Jenkins [[https://github.com/rmuslimov/jenkins.el][GitHub - rmuslimov/jenkins.el: Jenkins plugin for emacs]] #+BEGIN_SRC emacs-lisp -- cgit v1.2.3