forked from colonelpanic/dotfiles
		
	remove :ensure t
This commit is contained in:
		@@ -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
 | 
					    ;; (define-key org-agenda-mode-map "x" #'org-agenda-done) ;; TODO why does this cause an error
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ;; org-mode add-ons
 | 
					    ;; org-mode add-ons
 | 
				
			||||||
    (use-package org-present :ensure t)
 | 
					    (use-package org-present)
 | 
				
			||||||
    (use-package org-pomodoro :ensure t)
 | 
					    (use-package org-pomodoro)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ;; variable configuration
 | 
					    ;; variable configuration
 | 
				
			||||||
    (add-to-list 'org-modules 'org-habit)
 | 
					    (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-mode-hook (lambda () (setq org-todo-key-trigger t)))
 | 
				
			||||||
    (add-hook 'org-agenda-mode-hook 'imalison:disable-linum-mode)))
 | 
					    (add-hook 'org-agenda-mode-hook 'imalison:disable-linum-mode)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(use-package clocker :ensure t)
 | 
					(use-package clocker)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(use-package deft
 | 
					(use-package deft
 | 
				
			||||||
  :config
 | 
					  :config
 | 
				
			||||||
@@ -1376,7 +1376,7 @@ the same tree node, and the headline of the tree node in the Org-mode file."
 | 
				
			|||||||
    (require 'erc-log)
 | 
					    (require 'erc-log)
 | 
				
			||||||
    (setq erc-log-channels-directory "~/Dropbox (Personal)/irclogs")
 | 
					    (setq erc-log-channels-directory "~/Dropbox (Personal)/irclogs")
 | 
				
			||||||
    (erc-log-enable)
 | 
					    (erc-log-enable)
 | 
				
			||||||
    (use-package erc-colorize :ensure t) (erc-colorize-mode 1)))
 | 
					    (use-package erc-colorize) (erc-colorize-mode 1)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(use-package bitlbee
 | 
					(use-package bitlbee
 | 
				
			||||||
  :config
 | 
					  :config
 | 
				
			||||||
@@ -1392,7 +1392,7 @@ the same tree node, and the headline of the tree node in the Org-mode file."
 | 
				
			|||||||
                                       (erc-default-target)
 | 
					                                       (erc-default-target)
 | 
				
			||||||
                                       bitlbee-password))))))
 | 
					                                       bitlbee-password))))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(use-package s :ensure t)
 | 
					(use-package s)
 | 
				
			||||||
(add-to-list 'load-path (s-trim (shell-command-to-string "mu4e_directory")))
 | 
					(add-to-list 'load-path (s-trim (shell-command-to-string "mu4e_directory")))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(use-package mu4e
 | 
					(use-package mu4e
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user