mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Plugin: add beacon
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user