# HG changeset patch # User Augie Fackler # Date 1480445257 18000 # Node ID 02b72a9bbba488594a550df21c44a77300e3f9b4 # Parent f39a5ec4889da1d6ac53bed7779183cff0c65c7d custom: emacs really wants these sorted, so capitulate diff --git a/.elisp/settings/01.custom.el b/.elisp/settings/01.custom.el --- 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.