[Emacs] Demand beacon package

This commit is contained in:
2016-11-07 17:22:17 -08:00
parent 0a23f1fba9
commit 19fe0379a7

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))