branch: externals/pulsar commit de1fa21ae30d93976f84c573154d029db8c21dae Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Refine pulsar-reveal-entry --- pulsar.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pulsar.el b/pulsar.el index f1b8d9927e..dbec6dad7b 100644 --- a/pulsar.el +++ b/pulsar.el @@ -277,12 +277,13 @@ The symbol is NAME, DOC for the doc string, and ARG is passed to (cond ((and (eq major-mode 'org-mode) (org-at-heading-p)) - (org-show-entry)) + (org-show-entry) + (pulsar-pulse-line)) ((and (or (eq major-mode 'outline-mode) (bound-and-true-p outline-minor-mode)) (outline-on-heading-p)) - (outline-show-entry))) - (pulsar-pulse-line)) + (outline-show-entry) + (pulsar-pulse-line)))) (provide 'pulsar) ;;; pulsar.el ends here