Mercurial > dotfiles
comparison .elisp/settings/01.custom.el @ 423:a218d5bdb682
custom: reformat sml/replacer-regexp-list
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 29 Nov 2016 13:24:32 -0500 |
parents | eece3dcdd013 |
children | 7a8483897360 |
comparison
equal
deleted
inserted
replaced
422:94a92c65299a | 423:a218d5bdb682 |
---|---|
5 ;; If there is more than one, they won't work right. | 5 ;; If there is more than one, they won't work right. |
6 '(auto-revert-remote-files t) | 6 '(auto-revert-remote-files t) |
7 '(custom-safe-themes (quote ("a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "6a37be365d1d95fad2f4d185e51928c789ef7a4ccf17e7ca13ad63a8bf5b922f" "756597b162f1be60a12dbd52bab71d40d6a2845a3e3c2584c6573ee9c332a66e" default))) | 7 '(custom-safe-themes (quote ("a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "6a37be365d1d95fad2f4d185e51928c789ef7a4ccf17e7ca13ad63a8bf5b922f" "756597b162f1be60a12dbd52bab71d40d6a2845a3e3c2584c6573ee9c332a66e" default))) |
8 '(rm-blacklist (quote (" mate" " WS" " MRev" " Hg:"))) | 8 '(rm-blacklist (quote (" mate" " WS" " MRev" " Hg:"))) |
9 '(sml/prefix-regexp (quote (":\\(.*:\\)" "~/"))) | 9 '(sml/prefix-regexp (quote (":\\(.*:\\)" "~/"))) |
10 '(sml/replacer-regexp-list (quote (("^/sudo:.*:" ":SU:") ("^~/Documents/" ":Doc:") ("^~/Dropbox/" ":DB:") ("^~/Programming/hg" ":hg:") ("^~/Programming/" ":P:")))) | 10 '(sml/replacer-regexp-list |
11 (quote | |
12 (("^/sudo:.*:" ":SU:") | |
13 ("^~/Documents/" ":Doc:") | |
14 ("^~/Dropbox/" ":DB:") | |
15 ("^~/Programming/hg" ":hg:") | |
16 ("^~/Programming/" ":P:")))) | |
11 '(rust-format-on-save t)) | 17 '(rust-format-on-save t)) |
12 (custom-set-faces | 18 (custom-set-faces |
13 ;; custom-set-faces was added by Custom. | 19 ;; custom-set-faces was added by Custom. |
14 ;; If you edit it by hand, you could mess it up, so be careful. | 20 ;; If you edit it by hand, you could mess it up, so be careful. |
15 ;; Your init file should contain only one such instance. | 21 ;; Your init file should contain only one such instance. |