Skip to content

Instantly share code, notes, and snippets.

@natebass
Last active July 6, 2019 03:04
Show Gist options
  • Save natebass/29440d794fb80fc22e3b00819e1df944 to your computer and use it in GitHub Desktop.
Save natebass/29440d794fb80fc22e3b00819e1df944 to your computer and use it in GitHub Desktop.
(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