From c6ee00260607b1af56e42ca5e61b188da7f3a89e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 9 Feb 2015 02:24:54 -0500 Subject: [PATCH] gQ => org-fill-paragraph --- init/init-org.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init/init-org.el b/init/init-org.el index 0f204d25d..314708c12 100644 --- a/init/init-org.el +++ b/init/init-org.el @@ -256,6 +256,7 @@ "g i" (λ (if (> (length org-inline-image-overlays) 0) (org-remove-inline-images) (org-display-inline-images nil t (line-beginning-position) (line-end-position)))) + "g Q" 'org-fill-paragraph "g a" 'org-attach "g A" 'org-agenda "g t" 'org-show-todo-tree