emacs.d/bundle/bundle--shrface.el

9 lines
189 B
EmacsLisp
Raw Permalink Normal View History

2022-04-30 15:09:36 +02:00
(use-package shrface
:config
(shrface-basic)
(shrface-trial)
(shrface-default-keybindings)
(setq shrface-href-versatile t
shrface-toggle-bullets t
shr-width nil))