From 19fe0379a7af7d5aaed1dd6bbc0c3949c66386e5 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 7 Nov 2016 17:22:17 -0800 Subject: [PATCH] [Emacs] Demand beacon package --- dotfiles/emacs.d/README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 4ea0dbdc..5487009b 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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))