smihica / emmet-mode

emmet's support for emacs.
http://www.emacswiki.org/emacs/ZenCoding
Other
725 stars 70 forks source link

Still highlights when emmet-insert-flash-time is negative #98

Open angrybacon opened 6 years ago

angrybacon commented 6 years ago

emacs --version

GNU Emacs 25.3.1 Copyright (C) 2017 Free Software Foundation, Inc. GNU Emacs comes with ABSOLUTELY NO WARRANTY. You may redistribute copies of GNU Emacs under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING.

emacs -q

(setq package-load-list '((emmet-mode t) (epl t) (pkg-info t)))
(package-initialize)
(setq emmet-insert-flash-time -1)

(pkg-info-package-version 'emmet-mode)

(20161113 2158)
ianyepan commented 4 years ago

Yes, this happens to me too. Currently I'm just setting it to 0.001, so most of the time it doesn't show the faintest sign of blinking.