summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2014-03-18 12:54:54 +0000
committerdakkar <dakkar@thenautilus.net>2014-03-18 12:54:54 +0000
commit07a688671f7a458aea3508c706baf237bb270cfc (patch)
treec5cdec48247809af962659d270dd5d1d5363ff02
parentmagit binding (diff)
downloademacs-07a688671f7a458aea3508c706baf237bb270cfc.tar.gz
emacs-07a688671f7a458aea3508c706baf237bb270cfc.tar.bz2
emacs-07a688671f7a458aea3508c706baf237bb270cfc.zip
add melpa package source
-rwxr-xr-xinit.el17
1 files 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"))))