Mercurial > dotfiles
changeset 427:02b72a9bbba4
custom: emacs really wants these sorted, so capitulate
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 29 Nov 2016 13:47:37 -0500 |
parents | f39a5ec4889d |
children | bd5b61866ef8 |
files | .elisp/settings/01.custom.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.elisp/settings/01.custom.el +++ b/.elisp/settings/01.custom.el @@ -12,6 +12,7 @@ (quote (yaml-mode wgrep use-package smex smart-mode-line rustfmt racer paredit nose monky markdown-mode magit jsx-mode js2-mode ipython iedit http-twiddle go-eldoc go-autocomplete git-gutter flycheck-rust evil dtrace-script-mode doctest-mode diff-mode- company-racer cargo))) '(rm-blacklist (quote (" mate" " WS" " MRev" " Hg:"))) + '(rust-format-on-save t) '(sml/prefix-regexp (quote (":\\(.*:\\)" "~/"))) '(sml/replacer-regexp-list (quote @@ -19,8 +20,7 @@ ("^~/Documents/" ":Doc:") ("^~/Dropbox/" ":DB:") ("^~/Programming/hg" ":hg:") - ("^~/Programming/" ":P:")))) - '(rust-format-on-save t)) + ("^~/Programming/" ":P:"))))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.