From 086c913dbcdc562e719e41269814480a63752e0a Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Sun, 21 Nov 2021 12:40:48 +0000 Subject: [PATCH] chore(emacs): update ui when using the GUI --- site-modules/core/files/emacs/src/ui.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/site-modules/core/files/emacs/src/ui.el b/site-modules/core/files/emacs/src/ui.el index 9005556..9e83635 100644 --- a/site-modules/core/files/emacs/src/ui.el +++ b/site-modules/core/files/emacs/src/ui.el @@ -6,11 +6,10 @@ ;; licence that can be found in the LICENCE file or at ;; https://www.practically.io/copyright/ +(tooltip-mode -1) ; Disable tooltips +(menu-bar-mode -1) ; Disable the menu bar (scroll-bar-mode -1) ; Disable visible scrollbar (tool-bar-mode -1) ; Disable the toolbar -(tooltip-mode -1) ; Disable tooltips -(set-fringe-mode 10) ; Give some breathing room -(menu-bar-mode -1) ; Disable the menu bar ;; Display the line column in the modeline not just the line number (column-number-mode)