From 45b0ce72477301857564670a822028d1b89898d9 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 2 Nov 2021 21:20:21 +0000 Subject: widgets config --- init.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/init.org b/init.org index b1a38c4..484f991 100644 --- a/init.org +++ b/init.org @@ -327,6 +327,16 @@ (jao-sway-set-transparency level) (set-frame-parameter nil 'alpha (list level level))))) #+end_src +*** Widgets + #+begin_src emacs-lisp + (setq widget-image-enable nil + widget-link-prefix "" + widget-link-suffix "↗" + widget-button-prefix " " + widget-button-suffix " " + widget-push-button-prefix "" + widget-push-button-suffix "") + #+end_src *** Fonts ***** Unicode fonts See [[https://emacs.stackexchange.com/questions/251/line-height-with-unicode-characters/5386#5386][fonts - Line height with unicode characters]] for a good -- cgit v1.2.3