mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 03:00:11 +00:00
Set unfocused transparency to match focused transparency
This commit is contained in:
parent
70ab7de682
commit
b18686626e
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@
|
||||||
(add-hook 'erlang-mode-hook 'projmake-mode-hook)
|
(add-hook 'erlang-mode-hook 'projmake-mode-hook)
|
||||||
|
|
||||||
;; Window transparency
|
;; Window transparency
|
||||||
(set-frame-parameter (selected-frame) 'alpha '(85 50))
|
(set-frame-parameter (selected-frame) 'alpha '(85 85))
|
||||||
(add-to-list 'default-frame-alist '(alpha 85 50))
|
(add-to-list 'default-frame-alist '(alpha 85 85))
|
||||||
|
|
||||||
(setq auto-mode-alist
|
(setq auto-mode-alist
|
||||||
(cons '("\\.md" . markdown-mode) auto-mode-alist))
|
(cons '("\\.md" . markdown-mode) auto-mode-alist))
|
||||||
|
|
Loading…
Reference in a new issue