[emacs/amin/notmuch] don’t delete other windows when prefix arg
[~bandali/configs] / init.org
index e4c7a1e..790c967 100644 (file)
--- a/init.org
+++ b/init.org
@@ -1623,8 +1623,9 @@ See [[notmuch:id:87muuqsvci.fsf@fencepost.gnu.org][bug follow-up]].
 #+begin_src emacs-lisp
 (defun amin/notmuch ()
   "Delete other windows, then launch `notmuch'."
-  (interactive)
-  (delete-other-windows)
+  (interactive
+   (when (equal current-prefix-arg nil)
+     (delete-other-windows)))
   (notmuch))
 
 (use-package notmuch