all repos — nixfiles @ 47587e317708996e6966adf23859e39194869fba

System and user configuration, managed by nix and home-manager

Emacs: ensure org-mode package with contrib/ is installed
Alan Pearce alan@alanpearce.co.uk
Sun, 30 Jun 2013 12:08:49 +0100
commit

47587e317708996e6966adf23859e39194869fba

parent

eeb7399103580db187077cbb2aa406348e3a6b6c

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -573,6 +573,7 @@ ;;;; Planning
 
 (use-package org
+  :ensure org-plus-contrib
   :bind (("C-c C-a" . org-agenda-list)
          ("C-c a" . org-agenda)
          ("C-c l" . org-store-link)