emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 13da38a 287/399: ivy.el (ivy-help): Hide Org markup buffer


From: Oleh Krehel
Subject: [elpa] master 13da38a 287/399: ivy.el (ivy-help): Hide Org markup buffer-locally
Date: Sat, 20 Jul 2019 14:57:41 -0400 (EDT)

branch: master
commit 13da38a1cbe429514d8ed46daae50d99292d0511
Author: Basil L. Contovounesios <address@hidden>
Commit: Basil L. Contovounesios <address@hidden>

    ivy.el (ivy-help): Hide Org markup buffer-locally
    
    Fixes #2085
---
 ivy.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ivy.el b/ivy.el
index 601d2b4..770c6ba 100644
--- a/ivy.el
+++ b/ivy.el
@@ -4656,7 +4656,7 @@ make decisions based on the whole marked list."
       (with-current-buffer buf
         (insert-file-contents ivy-help-file)
         (org-mode)
-        (setq org-hide-emphasis-markers t)
+        (setq-local org-hide-emphasis-markers t)
         (view-mode)
         (goto-char (point-min))
         (let ((inhibit-message t))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]