Plugin: add beacon
This commit is contained in:
parent
d31fe2166e
commit
68fac1a07a
2 changed files with 8 additions and 0 deletions
1
Cask
1
Cask
|
@ -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")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue