From 0a2549e7095277081473df016b2f763260bac9cf Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 22 Oct 2020 23:59:16 -0500 Subject: Disable UI elements --- init.el | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index e2a7d77..0e2f5dd 100644 --- a/init.el +++ b/init.el @@ -85,6 +85,11 @@ (left-fringe-width . 2) (right-fringe-width . 2))) +;; also disable these with modes, so I can re-enable them more easily +(menu-bar-mode -1) +(tool-bar-mode -1) +(scroll-bar-mode -1) + ;; cursor (cuss cursor-type 'bar) (cuss cursor-in-non-selected-windows 'hollow) @@ -102,6 +107,9 @@ ;; interactivity (fset 'yes-or-no-p #'y-or-n-p) +(cuss use-dialog-box nil) +(cuss disabled-command-function nil) + ;; themes (use-package modus-operandi-theme :config -- cgit 1.4.1-21-gabe81