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

Beacon doesn't work with mode-icons #41

Open
rsbowman opened this issue Sep 24, 2016 · 0 comments
Open

Beacon doesn't work with mode-icons #41

rsbowman opened this issue Sep 24, 2016 · 0 comments

Comments

@rsbowman
Copy link

rsbowman commented Sep 24, 2016

See this issue: Malabarba/beacon#53. The following init.el file shows the problem, which is that the "beacon" doesn't fade away and disappear. Any help would be appreciated. Thanks!

(require 'package)

(package-initialize)
(unless (package-installed-p 'use-package)
  (package-refresh-contents)
  (package-install 'use-package))

(eval-when-compile
  (require 'use-package))

(use-package mode-icons
  :config  (mode-icons-mode))

(use-package beacon
  :init (beacon-mode t))
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

1 participant