From 07a688671f7a458aea3508c706baf237bb270cfc Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 18 Mar 2014 12:54:54 +0000 Subject: add melpa package source --- init.el | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/init.el b/init.el index f50ffa0..7ec35f9 100755 --- a/init.el +++ b/init.el @@ -6,10 +6,10 @@ (load "/usr/share/emacs/site-lisp/site-gentoo") (custom-set-variables - ;; custom-set-variables was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. '(auto-coding-alist (quote (("\\.\\(arc\\|zip\\|lzh\\|zoo\\|jar\\|tar\\|tgz\\)\\'" . no-conversion) ("\\.\\(gz\\|Z\\|bz\\|bz2\\|gpg\\)\\'" . no-conversion) ("^/home/dakkar/.claws-mail/tmp" . utf-8)))) '(browse-url-browser-function (quote browse-url-generic)) '(browse-url-generic-program "/usr/bin/firefox" t) @@ -74,6 +74,7 @@ '(nxml-child-indent 1) '(nxml-default-buffer-file-coding-system (quote utf-8)) '(nxml-slash-auto-complete-flag t) + '(package-archives (quote (("gnu" . "http://elpa.gnu.org/packages/") ("melpa" . "http://melpa.milkbox.net/packages/")))) '(pov-external-viewer-command "display") '(pov-help-file "povuser.txt") '(reftex-extra-bindings nil) @@ -122,10 +123,10 @@ '(x-stretch-cursor t)) (custom-set-faces - ;; custom-set-faces was added by Custom. - ;; If you edit it by hand, you could mess it up, so be careful. - ;; Your init file should contain only one such instance. - ;; If there is more than one, they won't work right. + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. '(cperl-array-face ((((class color) (background dark)) (:bold t :foreground "yellow")))) '(cperl-hash-face ((((class color) (background dark)) (:bold t :italic t :foreground "green")))) '(font-lock-builtin-face ((((class color) (background dark)) (:foreground "LightGreen")))) -- cgit v1.2.3