Remove emacs transparency

This commit is contained in:
Colin Powell
2019-12-11 00:42:13 -05:00
parent 24472e64f9
commit c8388537fc
2 changed files with 21 additions and 11 deletions

View File

@ -9,8 +9,8 @@
(set-frame-parameter nil 'internal-border-width 15)
;; setup transparency ... this might get annoying
(set-frame-parameter (selected-frame) 'alpha '(100 . 90))
(add-to-list 'default-frame-alist '(alpha . (100 . 90)))
(set-frame-parameter (selected-frame) 'alpha '(100 . 100))
(add-to-list 'default-frame-alist '(alpha . (100 . 100)))
;; Dash highlighting
(after! dash (dash-enable-font-lock))