From fa26d605751e437949c57186a7172bd1f6cc19e5 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Wed, 10 Oct 2018 19:23:47 -0400 Subject: [PATCH] fixed indent --- conf.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conf.org b/conf.org index af619ce..1984714 100644 --- a/conf.org +++ b/conf.org @@ -1779,8 +1779,7 @@ For some reason there is no default way to get a "print prompt." Instead one nee "Set the printer name using helm-completion to select printer." (interactive) (let ((pl (or helm-ff-printer-list (helm-ff-find-printers)))) - (if pl - (setq printer-name (helm-comp-read "Printer: " pl))))) + (if pl (setq printer-name (helm-comp-read "Printer: " pl))))) #+END_SRC ** magit #+BEGIN_SRC emacs-lisp