From 38acfa7d2d1131ff97d774e6cada26f64b5f3b82 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Wed, 20 Jan 2016 01:47:17 -0500 Subject: bog-clear-citekey-cache: Fix indentation --- bog.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bog.el b/bog.el index 2187470..cecc390 100644 --- a/bog.el +++ b/bog.el @@ -301,9 +301,9 @@ Otherwise, prompt for CATEGORY." (list (or (equal current-prefix-arg '(4)) (and bog--citekey-cache (intern (org-icompleting-read - "Category: " - (mapcar (lambda (c) (symbol-name (car c))) - bog--citekey-cache))))))) + "Category: " + (mapcar (lambda (c) (symbol-name (car c))) + bog--citekey-cache))))))) (setq bog--citekey-cache (and (not (eq category t)) (assq-delete-all category bog--citekey-cache)))) -- cgit v1.2.3