Add Frame Opacity of 95%

This commit is contained in:
Sravan Balaji
2021-09-26 10:07:39 -04:00
parent 918d196525
commit b306142220
2 changed files with 8 additions and 0 deletions

View File

@@ -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=.

View File

@@ -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)