]> git.donarmstrong.com Git - lib.git/commitdiff
use org-gcal
authorDon Armstrong <don@donarmstrong.com>
Sat, 29 Apr 2017 17:07:24 +0000 (10:07 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sat, 29 Apr 2017 17:18:11 +0000 (10:18 -0700)
emacs_el/configuration/don-configuration.org

index 6af4b0c897ff15ac30a13b463fdd722ddabee3e7..1622d4dc6fab0ac69308a294a1b149848debaf5a 100644 (file)
@@ -461,6 +461,21 @@ value, scrolling continues until there is no more output.
 #+BEGIN_SRC emacs-lisp
   (require 'org-mode-configuration)
 #+END_SRC
+*** Org-Gcal
+#+BEGIN_SRC emacs-lisp
+  (use-package calfw
+    :ensure f
+    )
+  (use-package calfw-org
+    :ensure f
+    )
+  (use-package org-gcal
+    :ensure f
+    :config '((if (file-readable-p "~/.hide/org_gcal.el")
+                  (load-file "~/.hide/org_gcal.el"))
+              )
+    )
+#+END_SRC
 ** ESS
 #+BEGIN_SRC emacs-lisp
   (use-package ess