From 3c484c636d1bff83e2c525be0fdc1638d307d805 Mon Sep 17 00:00:00 2001 From: xfnw Date: Mon, 26 Apr 2021 20:38:39 -0400 Subject: [PATCH] hide silly emacs bars lol --- .emacs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.emacs b/.emacs index 2f890a3..4aa27c5 100644 --- a/.emacs +++ b/.emacs @@ -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)