diff --git a/README.org b/README.org index 58700f6..728a346 100644 --- a/README.org +++ b/README.org @@ -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) #+END_SRC +**** Opacity + +#+BEGIN_SRC emacs-lisp :tangle config.el +(doom/set-frame-opacity 95) +#+END_SRC + **** 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=. diff --git a/config.el b/config.el index aee47f1..7d5857d 100644 --- a/config.el +++ b/config.el @@ -16,6 +16,8 @@ (setq doom-theme 'doom-dracula) +(doom/set-frame-opacity 95) + (setq display-line-numbers-type t) (setq-default tab-width 4)