mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Plugin: add beacon
This commit is contained in:
1
Cask
1
Cask
@ -32,6 +32,7 @@
|
|||||||
(depends-on "shackle")
|
(depends-on "shackle")
|
||||||
|
|
||||||
;; UI --- core/core-ui.el
|
;; UI --- core/core-ui.el
|
||||||
|
(depends-on "beacon")
|
||||||
(depends-on "highlight-indentation" :git "https://github.com/localredhead/Highlight-Indentation-for-Emacs")
|
(depends-on "highlight-indentation" :git "https://github.com/localredhead/Highlight-Indentation-for-Emacs")
|
||||||
(depends-on "highlight-numbers")
|
(depends-on "highlight-numbers")
|
||||||
(depends-on "nlinum")
|
(depends-on "nlinum")
|
||||||
|
@ -94,6 +94,13 @@
|
|||||||
;; Plugins
|
;; 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
|
(use-package hl-line
|
||||||
:init (add-hook! prog-mode 'hl-line-mode)
|
:init (add-hook! prog-mode 'hl-line-mode)
|
||||||
:config
|
:config
|
||||||
|
Reference in New Issue
Block a user