From 987aea24ef70cd99fb393dc493a8da7790989525 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 24 Nov 2020 08:32:07 -0600 Subject: Remove advice on theme loading --- config.org | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index 990fe85..fecfb96 100644 --- a/config.org +++ b/config.org @@ -237,22 +237,20 @@ I also want to switch themes between night and day. (change-theme 'modus-operandi 'modus-vivendi)) #+end_src -By default, Emacs loads themes on top of each other. I don't want that, so let's apply this advice. - -#+begin_src emacs-lisp - (defadvice load-theme - (before disable-before-load - (theme &optional no-confirm no-enable) activate) - (mapc 'disable-theme custom-enabled-themes)) -#+end_src - * Simplify GUI +** Remove unneeded GUI elements + #+begin_src emacs-lisp (menu-bar-mode -1) (tool-bar-mode -1) (scroll-bar-mode -1) + (horizontal-scroll-bar-mode -1) +#+end_src +** Word wrap and operate visually + +#+begin_src emacs-lisp (global-visual-line-mode 1) #+end_src -- cgit 1.4.1-21-gabe81