hide silly emacs bars lol

This commit is contained in:
xfnw 2021-04-26 20:38:39 -04:00
parent b8afde2672
commit 3c484c636d
1 changed files with 3 additions and 6 deletions

9
.emacs
View File

@ -13,13 +13,10 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(mail-host-address "ttm.sh")
'(send-mail-function (quote sendmail-send-it))
'(smtpmail-local-domain (quote "ttm.sh"))
'(user-mail-address "xfnw@ttm.sh")
'(custom-enabled-themes (quote (tsdh-dark)))
'(custom-enabled-themes '(tsdh-dark))
'(initial-buffer-choice "~/.esplash")
)
'(tool-bar-mode nil)
'(menu-bar-mode nil))
(server-start)