working system

This commit is contained in:
Charlie Root 2024-09-06 11:42:11 +02:00
commit e0ad4ea627
53 changed files with 2927 additions and 0 deletions

10
lisp/init-gui-frames.el~ Normal file
View 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)