mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
17 lines
408 B
EmacsLisp
17 lines
408 B
EmacsLisp
;;; siren-volatile-highlights.el --- jimeh's Emacs Siren: volatile-highlights-mode configuration.
|
|
|
|
;;; Commentary:
|
|
|
|
;; Basic configuration for volatile-highlights-mode.
|
|
|
|
;;; Code:
|
|
|
|
(siren-require-packages '(volatile-highlights))
|
|
|
|
(require 'volatile-highlights)
|
|
(volatile-highlights-mode t)
|
|
(diminish 'volatile-highlights-mode)
|
|
|
|
(provide 'siren-volatile-highlights)
|
|
;;; siren-volatile-highlights.el ends here
|