-
Notifications
You must be signed in to change notification settings - Fork 4
/
dss-elpa-support.el
28 lines (23 loc) · 987 Bytes
/
dss-elpa-support.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;; This was installed by package-install.el.
;;; This provides support for the package system and
;;; interfacing with ELPA, the package archive.
;;; Move this code earlier if you want to reference
;;; packages in your .emacs.
;;; This was installed by package-install.el.
;;; This provides support for the package system and
;;; interfacing with ELPA, the package archive.
;;; Move this code earlier if you want to reference
;;; packages in your .emacs.
;; (when
;; (load
;; (expand-file-name "~/.emacs.d/elpa/package.el"))
;; (package-initialize))
;; (eval-after-load "package"
;; '(progn
;; (package-initialize)
;; ;; (when (> emacs-major-version 23)
;; ;; (add-to-list 'package-archives '("tromey" . "http://tromey.com/elpa/")))
;; ;; (add-to-list 'package-archives '("marmalade" . "http://marmalade-repo.org/packages/"))
;; ))
(provide 'dss-elpa-support)