Last active
July 6, 2019 03:04
-
-
Save natebass/29440d794fb80fc22e3b00819e1df944 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(menu-bar-mode -1) | |
(toggle-scroll-bar -1) | |
(tool-bar-mode -1) | |
(setq-default mode-line-format nil) | |
;;(set-frame-parameter (selected-frame) 'alpha '(<active> . <inactive>)) | |
;;(set-frame-parameter (selected-frame) 'alpha <both>) | |
(set-frame-parameter (selected-frame) 'alpha '(85 . 50)) | |
(add-to-list 'default-frame-alist '(alpha . (85 . 50))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment