emmet-mode
emmet-mode copied to clipboard
Still highlights when emmet-insert-flash-time is negative
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)
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.