branch: master
commit 6ec11269fa4fe704165aeafbfe21187dd394d1e5
Author: Oleh Krehel <[email protected]>
Commit: Oleh Krehel <[email protected]>
ivy.el (ivy-help): Set org-hide-emphasis-markers
Re #2021
---
ivy.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/ivy.el b/ivy.el
index 5153dee..c77c14b 100644
--- a/ivy.el
+++ b/ivy.el
@@ -4611,6 +4611,7 @@ EVENT gives the mouse position."
(with-current-buffer buf
(insert-file-contents ivy-help-file)
(org-mode)
+ (setq org-hide-emphasis-markers t)
(view-mode)
(goto-char (point-min))))
(if (eq this-command 'ivy-help)