Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
angrybacon opened this issue Apr 25, 2018 · 1 comment
Open

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

angrybacon opened this issue Apr 25, 2018 · 1 comment

Comments

@angrybacon
Copy link

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
Copy link

ianyepan commented Jan 25, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants