Skip to content

Commit

Permalink
Pull out TODO about packages for quelpa
Browse files Browse the repository at this point in the history
  • Loading branch information
markhepburn committed Mar 6, 2016
1 parent 43cc5f9 commit ef778df
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions init.el
Expand Up @@ -65,16 +65,15 @@ subdirectories of other projects. Defaults to the directory
(setq use-package-always-ensure t)

;; My installed package list:
;;; TODO: quelpa-use-package for my own repos
;;; TODO: quelpa-use-package for my own/non-elpa repos
;;; mplayer-mode
;;; tags-view
;;; toggle-case
(setq *mh/packages*
'(dash
;mplayer-mode
pcre2el
s
smartparens
;tags-view
;toggle-case
virtualenvwrapper))
smartparens))

(defun mh/all-packages-installed-p ()
(cl-every (lambda (p) (package-installed-p p))
Expand Down

0 comments on commit ef778df

Please sign in to comment.