summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2019-12-23 16:20:59 -0800
committerFranck Cuny <franck.cuny@gmail.com>2019-12-23 16:20:59 -0800
commitb54330752525c0ef567d0081c8ca100d1cf60469 (patch)
treeded22707f7fec74b03926a219fc19c772794d5a1 /emacs.d
parentorg: files and appearance. (diff)
downloademacs.d-b54330752525c0ef567d0081c8ca100d1cf60469.tar.gz
org: don't use orgit for now.
The module bumped the dependency on a newer version of org-mode that
does not work on my machine (I might have an older version of emacs,
and I'd need to update).
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/custom/fcuny-org.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/emacs.d/custom/fcuny-org.el b/emacs.d/custom/fcuny-org.el
index 3ae85a0..6841e17 100644
--- a/emacs.d/custom/fcuny-org.el
+++ b/emacs.d/custom/fcuny-org.el
@@ -261,8 +261,9 @@ _g n_: go to notes
 (use-package htmlize
   :ensure t)
 
-(use-package orgit
-  :ensure t)
+;; can't use it for now, my version of org is too old
+;(use-package orgit
+;  :ensure t)
 
 (defun fcuny/org-todo-age-time (&optional pos)
   (let ((stamp (org-entry-get (or pos (point)) "CREATED" t)))