Remove melpa, fix custom.el

This commit is contained in:
Vincent Ambo 2015-05-18 14:21:39 +02:00
parent 90f4e2811d
commit c2ef13da72
No known key found for this signature in database
GPG key ID: 66F505681DB8F43B
2 changed files with 3 additions and 4 deletions

View file

@ -2,11 +2,11 @@
(require 'package)
;; Add Marmalade repo
(add-to-list 'package-archives '("marmalade" . "http://marmalade-repo.org/packages/"))
(add-to-list 'package-archives '("marmalade" . "https://marmalade-repo.org/packages/"))
;; ... and melpa. Melpa packages that exist on marmalade will have
;; precendence.
(add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/"))
; (add-to-list 'package-archives '("melpa" . "http://melpa.milkbox.net/packages/"))
;; And load things!
(package-refresh-contents)

View file

@ -13,7 +13,6 @@
'(magit-log-show-gpg-status t)
'(ns-alternate-modifier (quote none))
'(ns-command-modifier (quote meta))
'(org-agenda-files (quote ("~/source/spotify-puppet/modules/jira/TODO.org")))
'(require-final-newline (quote visit-save))
(custom-set-faces
;; custom-set-faces was added by Custom.
@ -28,4 +27,4 @@
'(rainbow-delimiters-depth-6-face ((t (:foreground "#268bd2"))))
'(rainbow-delimiters-depth-7-face ((t (:foreground "#cb4b16"))))
'(rainbow-delimiters-depth-8-face ((t (:foreground "#d33682"))))
'(rainbow-delimiters-depth-9-face ((t (:foreground "#839496")))))
'(rainbow-delimiters-depth-9-face ((t (:foreground "#839496"))))))