Mercurial > dotfiles
comparison .elisp/settings/01.custom.el @ 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 |
comparison
equal
deleted
inserted
replaced
426:f39a5ec4889d | 427:02b72a9bbba4 |
---|---|
10 '(magit-auto-revert-mode nil) | 10 '(magit-auto-revert-mode nil) |
11 '(package-selected-packages | 11 '(package-selected-packages |
12 (quote | 12 (quote |
13 (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))) | 13 (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))) |
14 '(rm-blacklist (quote (" mate" " WS" " MRev" " Hg:"))) | 14 '(rm-blacklist (quote (" mate" " WS" " MRev" " Hg:"))) |
15 '(rust-format-on-save t) | |
15 '(sml/prefix-regexp (quote (":\\(.*:\\)" "~/"))) | 16 '(sml/prefix-regexp (quote (":\\(.*:\\)" "~/"))) |
16 '(sml/replacer-regexp-list | 17 '(sml/replacer-regexp-list |
17 (quote | 18 (quote |
18 (("^/sudo:.*:" ":SU:") | 19 (("^/sudo:.*:" ":SU:") |
19 ("^~/Documents/" ":Doc:") | 20 ("^~/Documents/" ":Doc:") |
20 ("^~/Dropbox/" ":DB:") | 21 ("^~/Dropbox/" ":DB:") |
21 ("^~/Programming/hg" ":hg:") | 22 ("^~/Programming/hg" ":hg:") |
22 ("^~/Programming/" ":P:")))) | 23 ("^~/Programming/" ":P:"))))) |
23 '(rust-format-on-save t)) | |
24 (custom-set-faces | 24 (custom-set-faces |
25 ;; custom-set-faces was added by Custom. | 25 ;; custom-set-faces was added by Custom. |
26 ;; If you edit it by hand, you could mess it up, so be careful. | 26 ;; If you edit it by hand, you could mess it up, so be careful. |
27 ;; Your init file should contain only one such instance. | 27 ;; Your init file should contain only one such instance. |
28 ;; If there is more than one, they won't work right. | 28 ;; If there is more than one, they won't work right. |