Remove marmalade; it never works properly.
This commit is contained in:
parent
398cd680ad
commit
4cb284121c
1 changed files with 2 additions and 5 deletions
|
|
@ -92,8 +92,8 @@
|
||||||
(setq package-archives
|
(setq package-archives
|
||||||
'(("gnu" . "http://elpa.gnu.org/packages/")
|
'(("gnu" . "http://elpa.gnu.org/packages/")
|
||||||
("org" . "http://orgmode.org/elpa/")
|
("org" . "http://orgmode.org/elpa/")
|
||||||
("melpa" . "http://melpa.org/packages/")
|
("melpa" . "http://stable.melpa.org/packages/")
|
||||||
("marmalade" . "https://marmalade-repo.org/packages/")))
|
))
|
||||||
(when (< emacs-major-version 24)
|
(when (< emacs-major-version 24)
|
||||||
;; For important compatibility libraries like cl-lib
|
;; For important compatibility libraries like cl-lib
|
||||||
(add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/")))
|
(add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/")))
|
||||||
|
|
@ -103,9 +103,6 @@
|
||||||
(list
|
(list
|
||||||
'auto-complete ; complete as you type with overlays
|
'auto-complete ; complete as you type with overlays
|
||||||
'auto-complete-nxml ; Auto-complete for nxml
|
'auto-complete-nxml ; Auto-complete for nxml
|
||||||
'color-theme ; Color themes...
|
|
||||||
'color-theme-monokai ; ...Monokai
|
|
||||||
'color-theme-solarized ; ...Solarized
|
|
||||||
'csharp-mode ; C# mode
|
'csharp-mode ; C# mode
|
||||||
'exec-path-from-shell ; Fix path on MacOS
|
'exec-path-from-shell ; Fix path on MacOS
|
||||||
'flycheck ; Checking
|
'flycheck ; Checking
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue