Remove melpa, fix custom.el
This commit is contained in:
parent
90f4e2811d
commit
c2ef13da72
2 changed files with 3 additions and 4 deletions
4
init.el
4
init.el
|
@ -2,11 +2,11 @@
|
||||||
(require 'package)
|
(require 'package)
|
||||||
|
|
||||||
;; Add Marmalade repo
|
;; 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
|
;; ... and melpa. Melpa packages that exist on marmalade will have
|
||||||
;; precendence.
|
;; 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!
|
;; And load things!
|
||||||
(package-refresh-contents)
|
(package-refresh-contents)
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
'(magit-log-show-gpg-status t)
|
'(magit-log-show-gpg-status t)
|
||||||
'(ns-alternate-modifier (quote none))
|
'(ns-alternate-modifier (quote none))
|
||||||
'(ns-command-modifier (quote meta))
|
'(ns-command-modifier (quote meta))
|
||||||
'(org-agenda-files (quote ("~/source/spotify-puppet/modules/jira/TODO.org")))
|
|
||||||
'(require-final-newline (quote visit-save))
|
'(require-final-newline (quote visit-save))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
|
@ -28,4 +27,4 @@
|
||||||
'(rainbow-delimiters-depth-6-face ((t (:foreground "#268bd2"))))
|
'(rainbow-delimiters-depth-6-face ((t (:foreground "#268bd2"))))
|
||||||
'(rainbow-delimiters-depth-7-face ((t (:foreground "#cb4b16"))))
|
'(rainbow-delimiters-depth-7-face ((t (:foreground "#cb4b16"))))
|
||||||
'(rainbow-delimiters-depth-8-face ((t (:foreground "#d33682"))))
|
'(rainbow-delimiters-depth-8-face ((t (:foreground "#d33682"))))
|
||||||
'(rainbow-delimiters-depth-9-face ((t (:foreground "#839496")))))
|
'(rainbow-delimiters-depth-9-face ((t (:foreground "#839496"))))))
|
||||||
|
|
Loading…
Reference in a new issue