Add holo-layer - super awesome!!!!!!!!!!!!

This commit is contained in:
MitchMarq42 2023-12-13 19:24:16 -09:00
parent f6509065ab
commit 03aa5c1423

View File

@ -1187,6 +1187,15 @@ This is redefined for use with `hypop' library because multiple Emacs frames may
:elpaca (:url "https://gitlab.com/niklaseklund/dtache")
:hook (after-init . dtache-setup))
(if (display-graphic-p)
(progn
(add-to-list 'load-path "~/.local/src/holo-layer")
(require 'holo-layer)
(setq holo-layer-enable-cursor-animation t)
(setq holo-layer-cursor-color (face-attribute 'cursor :background))
(setq holo-layer-cursor-animation-duration 100)
(holo-layer-enable)))
(use-package oauth
:elpaca (:fetcher codeberg
:repo "https://codeberg.org/martianh/emacs-oauth"