[Emacs] Demand beacon package

This commit is contained in:
Ivan Malison 2016-11-07 17:22:17 -08:00
parent 0a23f1fba9
commit 19fe0379a7
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1465,6 +1465,7 @@ proced is an top like utility that runs inside of emacs. The following sets auto
** beacon
#+BEGIN_SRC emacs-lisp
(use-package beacon
:demand t
:bind ("C-c b" . beacon-blink)
:config
(beacon-mode 1))