From 2521235f547193b8ec4b4926cf49fa522496d022 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 18 Oct 2015 14:52:10 -0700 Subject: [PATCH] beacon --- dotfiles/emacs.d/init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 8043309f..c5f98e24 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -657,6 +657,11 @@ The current directory is assumed to be the project's root otherwise." (setq shackle-inhibit-window-quit-on-same-windows t) (setq shackle-default-rule '(:same t)))) +(use-package beacon + :bind ("C-c b" . beacon-blink) + :config + (beacon-mode 1)) + ;; text mode stuff: (remove-hook 'text-mode-hook #'turn-on-auto-fill) (add-hook 'text-mode-hook 'turn-on-visual-line-mode)