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