Browse Source

Add some :diminish lines

master
Mitch Tishmack 6 years ago
parent
commit
f4a48a1ccc
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      emacs.org

+ 4
- 1
emacs.org View File

@@ -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)


Loading…
Cancel
Save