From dda80773cda8c665ae929ae56a27611e625ae350 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Mon, 22 Jul 2019 19:13:41 +0200 Subject: [PATCH] removed melpa mirror, activated gnus cache --- .spacemacs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.spacemacs b/.spacemacs index 2c2baad..b20771a 100644 --- a/.spacemacs +++ b/.spacemacs @@ -584,8 +584,8 @@ See the header of this file for more information." (require 'ox-latex) (require 'ox-publish) - (add-to-list 'package-archives - '("melpa" . "http://melpa.milkbox.net/packages/") t) + ;; (add-to-list 'package-archives + ;; '("melpa" . "http://melpa.milkbox.net/packages/") t) (add-hook 'flycheck-mode-hook #'flycheck-rust-setup) (add-to-list 'custom-theme-load-path "~/.emacs.d/private/themes") (flyspell-mode 0) @@ -761,7 +761,8 @@ dump." message-directory "~/Mails" gnus-fetch-old-headers 'some mm-discouraged-alternatives '("text/html" "text/richtext") - mm-text-html-renderer 'w3m) + mm-text-html-renderer 'w3m + gnus-use-cache t) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; org--mode ;