From 432733de2d102274c158c7c01a96f1bbd45c4486 Mon Sep 17 00:00:00 2001 From: Craig Earls Date: Sun, 28 Feb 2016 18:30:25 -0700 Subject: Globally changed set-text-properties to use 'font-lock-face vice 'face. This was a compatibility problem with spacemacs. --- lisp/ledger-post.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/ledger-post.el') diff --git a/lisp/ledger-post.el b/lisp/ledger-post.el index 973f2260..39bc6b26 100644 --- a/lisp/ledger-post.el +++ b/lisp/ledger-post.el @@ -170,7 +170,7 @@ regular text." (cond ((nth 4 (syntax-ppss)) (call-interactively 'ledger-post-align-postings) - (fill-paragraph)) + (fill-paragraph 0)) ((use-region-p) (call-interactively 'ledger-post-align-postings)) (t (call-interactively 'ledger-post-align-xact)))) -- cgit v1.2.3