diff options
-rw-r--r-- | init.org | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |