Plugin: add beacon

This commit is contained in:
Henrik Lissner 2016-08-28 22:08:48 +02:00
parent d31fe2166e
commit 68fac1a07a
2 changed files with 8 additions and 0 deletions

1
Cask
View file

@ -32,6 +32,7 @@
(depends-on "shackle")
;; UI --- core/core-ui.el
(depends-on "beacon")
(depends-on "highlight-indentation" :git "https://github.com/localredhead/Highlight-Indentation-for-Emacs")
(depends-on "highlight-numbers")
(depends-on "nlinum")

View file

@ -94,6 +94,13 @@
;; Plugins
;;
(use-package beacon
:config
(beacon-mode +1)
(setq beacon-color (face-attribute 'highlight :background nil t)
beacon-blink-when-buffer-changes t
beacon-blink-when-point-moves-vertically 10))
(use-package hl-line
:init (add-hook! prog-mode 'hl-line-mode)
:config