working system
This commit is contained in:
commit
e0ad4ea627
53 changed files with 2927 additions and 0 deletions
10
lisp/init-gui-frames.el~
Normal file
10
lisp/init-gui-frames.el~
Normal file
|
@ -0,0 +1,10 @@
|
|||
;; Suppres GUI features
|
||||
|
||||
(setq use-file-dialog nil)
|
||||
(setq use-dialog-box nil)
|
||||
(setq inhibit-startup-screen t)
|
||||
|
||||
(tool-bar-mode -1))
|
||||
(set-scroll-bar-mode nil))
|
||||
(menu-bar-mode -1)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue