@ -893,6 +893,7 @@ When Emacs is started, it normally tries to load a Lisp program from an ititiali
;; User interface.
<<emacs-swiper-elisp>>
<<emacs-transparency-elisp>>
<<emacs-doom-themes-elisp>>
<<emacs-doom-modeline-elisp>>
#+END_SRC
@ -2016,6 +2017,17 @@ Ivy (Swiper)[fn:64] is a generic completion mechanism for GNU/Emacs[fn:2]. While
(ivy-prescient-mode +1)
#+END_SRC
** Transparency
It's possible to control the frame opacity in GNU/Emacs[fn:2]. Unlike other transparency hacks, it's not merely showing the desktop background image, but is true transparency -- you can se other windows behind the Emacs[fn:2] window.