Add Frame Opacity of 95%
This commit is contained in:
@@ -353,6 +353,12 @@ There are two ways to load a theme. Both assume the theme is installed and avail
|
|||||||
(setq doom-theme 'doom-dracula)
|
(setq doom-theme 'doom-dracula)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
**** Opacity
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp :tangle config.el
|
||||||
|
(doom/set-frame-opacity 95)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
**** Line Numbers
|
**** Line Numbers
|
||||||
|
|
||||||
This determines the style of line numbers in effect. If set to =nil=, line numbers are disabled. For relative line numbers, set this to =relative=.
|
This determines the style of line numbers in effect. If set to =nil=, line numbers are disabled. For relative line numbers, set this to =relative=.
|
||||||
|
Reference in New Issue
Block a user