emmet-mode icon indicating copy to clipboard operation
emmet-mode copied to clipboard

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

Open angrybacon opened this issue 6 years ago • 1 comments

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)

angrybacon avatar Apr 25 '18 09:04 angrybacon

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.

ianyepan avatar Jan 25 '20 08:01 ianyepan