diff options
author | dx <aryadevchavali1@gmail.com> | 2020-07-15 15:30:35 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-07-15 15:30:35 +0100 |
commit | c94bfdce9e26d995c37b405ce78057a727534742 (patch) | |
tree | b92891b95ec3a57b67ea863cd19ce9c38a835ddb /Doom | |
parent | f5f4aad637888e79269f0319bd2ed5bd93f25ad4 (diff) | |
download | dotfiles-c94bfdce9e26d995c37b405ce78057a727534742.tar.gz dotfiles-c94bfdce9e26d995c37b405ce78057a727534742.tar.bz2 dotfiles-c94bfdce9e26d995c37b405ce78057a727534742.zip |
~set alpha a bit lower
Diffstat (limited to 'Doom')
-rw-r--r-- | Doom/.doom.d/org/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doom/.doom.d/org/config.org b/Doom/.doom.d/org/config.org index e55acb0..24ae85f 100644 --- a/Doom/.doom.d/org/config.org +++ b/Doom/.doom.d/org/config.org @@ -35,7 +35,7 @@ Some quality of life things and others that I couldn't really put in one categor display-line-numbers-type t bookmark-default-file (expand-file-name (concat doom-private-dir "bookmarks"))) (setq-default frame-title-format '("%b - Emacs")) -(add-to-list 'default-frame-alist '(alpha . 95)) +(add-to-list 'default-frame-alist '(alpha . 90)) (cl-pushnew '("Libgen" "http://gen.lib.rus.ec/search.php?req=%s") +lookup-provider-url-alist :key #'car :test 'string=) #+END_SRC ** HACK: Loading org mode |