From f4a48a1ccc7c11ffed2308af51c0d0776d7058c4 Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sun, 4 Oct 2020 01:07:30 -0500 Subject: [PATCH] Add some :diminish lines --- emacs.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/emacs.org b/emacs.org index 59921c9..e8c75d5 100644 --- a/emacs.org +++ b/emacs.org @@ -520,6 +520,7 @@ If editorconfig is around use it. #+BEGIN_SRC emacs-lisp (use-package editorconfig :ensure t + :diminish :config (editorconfig-mode 1)) #+END_SRC @@ -720,6 +721,7 @@ validate the agenda changes. #+BEGIN_SRC emacs-lisp (use-package org + :diminish :ensure t :bind (("C-c a" . org-agenda) ("C-c b" . org-iswitchb) @@ -829,7 +831,7 @@ Ref: Validate that this installs from scratch fine, blocking babel executions is ass. #+BEGIN_SRC emacs-lisp -(use-package ob-async :after org :ensure t) +(use-package ob-async :after org :ensure t :diminish) #+END_SRC **** TODO org-habit customization :testing: @@ -1263,6 +1265,7 @@ Make undo more useful, and treelike. #+BEGIN_SRC emacs-lisp (use-package undo-tree :ensure t + :diminish :config (global-undo-tree-mode) (defadvice undo-tree-visualize (around undo-tree-split-side-by-side activate)