so it begins

This commit is contained in:
Sakooooo 2023-09-04 13:36:15 +04:00
parent 9f335453ca
commit 34313b354b
Signed by: sako
GPG key ID: 3FD715D87D7725E0

11
config/emacs/init.el Normal file
View file

@ -0,0 +1,11 @@
(setq inhibit-startup-message t)
(scroll-bar-mode -1)
(tool-bar-mode -1)
(tooltip-mode -1)
(set-fringe-mode 10)
(menu-bar-mode -1)
;; bell
(setq visible-bell t)