Mercurial > hg > dotemacs
changeset 101:f66de688f1c6
Add marmalade to the repo sources
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Mon, 22 Dec 2014 16:34:53 -0500 |
parents | c43266887c9e |
children | c8b01fc57df0 |
files | dotemacs.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/dotemacs.el +++ b/dotemacs.el @@ -275,6 +275,7 @@ '(legalese-default-author "Jordi GutiƩrrez Hermoso") '(legalese-default-copyright "Jordi GutiƩrrez Hermoso <jordigh@octave.org>") '(make-backup-files nil) + '(package-archives (quote (("marmalade" . "https://marmalade-repo.org/packages/") ("gnu" . "http://elpa.gnu.org/packages/")))) '(safe-local-variable-values (quote ((encoding . utf-8) (eval when (and (buffer-file-name) (string-match-p "\\.h\\'" (buffer-file-name)) (not (string-match-p "/gnulib/" (buffer-file-name)))) (c++-mode) (c-set-style "gnu")) (eval when (string-match "\\.in\\'" (buffer-file-name)) (html-mode)) (eval when (string-match "\\.h\\'" (buffer-file-name)) (unless (string-match "/gnulib/" (buffer-file-name)) (c++-mode) (c-set-style "gnu"))) (py-indent-offset . 4) (eval when (string-match "\\.h\\'" (buffer-file-name)) (c++-mode) (c-set-style "gnu"))))) '(savehist-mode t nil (savehist)) '(show-paren-mode t)