1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

Minor reformatting

This commit is contained in:
John Wiegley 2012-06-17 09:38:11 -05:00
parent 80b010a748
commit aea35b2370

View File

@ -229,12 +229,11 @@
;; el-get-update
;; el-get-list-packages)
;; :config
;; (progn
;; (defun el-get-read-status-file ()
;; (mapcar #'(lambda (entry)
;; (cons (plist-get entry :symbol)
;; `(status "installed" recipe ,entry)))
;; el-get-sources))))
;; (defun el-get-read-status-file ()
;; (mapcar #'(lambda (entry)
;; (cons (plist-get entry :symbol)
;; `(status "installed" recipe ,entry)))
;; el-get-sources)))
(require 'bind-key)