about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-10-05 16:48:55 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-10-05 16:48:55 +0100
commit4e6a993aa9d9fa0ef1af2a8f9d118e000d99b97d (patch)
treeafc00d5a767589345107089753b47df13f90ccec
parent1dc08a98e718591b8b0d451e5ad4085d7f9f7163 (diff)
downloaddotfiles-4e6a993aa9d9fa0ef1af2a8f9d118e000d99b97d.tar.gz
Remove ':ensure nil' from org config
-rw-r--r--.emacs.d/lisp/init-org.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-org.el b/.emacs.d/lisp/init-org.el
index cfab6ca..f77badb 100644
--- a/.emacs.d/lisp/init-org.el
+++ b/.emacs.d/lisp/init-org.el
@@ -4,7 +4,6 @@
 ;;; Code:
 
 (use-package org
-  :ensure nil
   :init
   ;; TODO - can we do this with sp-wrap-with-pair?
   (defmacro define-org-wrap (name char)