Disables emacs startup screen
This commit is contained in:
parent
f65a0c7bbf
commit
9f1c997128
1 changed files with 4 additions and 0 deletions
|
@ -706,6 +706,10 @@
|
|||
(setq sh-basic-offset 2)
|
||||
|
||||
|
||||
;; Disable startup screen
|
||||
(setq inhibit-startup-screen t)
|
||||
|
||||
|
||||
;; Add transparency
|
||||
(set-frame-parameter (selected-frame) 'alpha '(100 . 100))
|
||||
(add-to-list 'default-frame-alist '(alpha . (100 . 100)))
|
||||
|
|
Loading…
Reference in a new issue