From b1d52aac933589657ffea07b871ccc1baba9ee67 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 2 Jun 2016 15:21:36 -0700 Subject: [PATCH] remove :ensure t --- dotfiles/emacs.d/init.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 0939114c..40043269 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -1043,8 +1043,8 @@ the same tree node, and the headline of the tree node in the Org-mode file." ;; (define-key org-agenda-mode-map "x" #'org-agenda-done) ;; TODO why does this cause an error ;; org-mode add-ons - (use-package org-present :ensure t) - (use-package org-pomodoro :ensure t) + (use-package org-present) + (use-package org-pomodoro) ;; variable configuration (add-to-list 'org-modules 'org-habit) @@ -1343,7 +1343,7 @@ the same tree node, and the headline of the tree node in the Org-mode file." (add-hook 'org-mode-hook (lambda () (setq org-todo-key-trigger t))) (add-hook 'org-agenda-mode-hook 'imalison:disable-linum-mode))) -(use-package clocker :ensure t) +(use-package clocker) (use-package deft :config @@ -1376,7 +1376,7 @@ the same tree node, and the headline of the tree node in the Org-mode file." (require 'erc-log) (setq erc-log-channels-directory "~/Dropbox (Personal)/irclogs") (erc-log-enable) - (use-package erc-colorize :ensure t) (erc-colorize-mode 1))) + (use-package erc-colorize) (erc-colorize-mode 1))) (use-package bitlbee :config @@ -1392,7 +1392,7 @@ the same tree node, and the headline of the tree node in the Org-mode file." (erc-default-target) bitlbee-password)))))) -(use-package s :ensure t) +(use-package s) (add-to-list 'load-path (s-trim (shell-command-to-string "mu4e_directory"))) (use-package mu4e