Mercurial > dotfiles
annotate .elisp/settings/01.custom.el @ 530:dbb75edda2ff default tip
cleanup: remove ancient distnoted reaper script
Surely this bug has been fixed in the 9+ years that the script has
been run once a minute by cron on my laptop. To my surprise, it looks
like the Migration Assistant even managed to carry it across laptops!
| author | Augie Fackler <raf@durin42.com> |
|---|---|
| date | Sat, 03 Jan 2026 19:12:16 -0500 |
| parents | 7d298a83fceb |
| children |
| rev | line source |
|---|---|
| 411 | 1 (custom-set-variables |
| 2 ;; custom-set-variables was added by Custom. | |
| 3 ;; If you edit it by hand, you could mess it up, so be careful. | |
| 4 ;; Your init file should contain only one such instance. | |
| 5 ;; If there is more than one, they won't work right. | |
|
412
437408ede1e7
emacs: auto-revert remote files
Augie Fackler <raf@durin42.com>
parents:
411
diff
changeset
|
6 '(auto-revert-remote-files t) |
|
424
7a8483897360
custom: reformat custom-safe-themes
Augie Fackler <raf@durin42.com>
parents:
423
diff
changeset
|
7 '(custom-safe-themes |
|
7a8483897360
custom: reformat custom-safe-themes
Augie Fackler <raf@durin42.com>
parents:
423
diff
changeset
|
8 (quote |
|
7a8483897360
custom: reformat custom-safe-themes
Augie Fackler <raf@durin42.com>
parents:
423
diff
changeset
|
9 ("a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "6a37be365d1d95fad2f4d185e51928c789ef7a4ccf17e7ca13ad63a8bf5b922f" "756597b162f1be60a12dbd52bab71d40d6a2845a3e3c2584c6573ee9c332a66e" default))) |
|
465
30e2d7308c09
emacs: disable TRAMP cache to avoid annoying problems
Augie Fackler <raf@durin42.com>
parents:
455
diff
changeset
|
10 '(ido-max-dir-file-cache 0) |
|
425
d0a5109cdfe2
custom: disable magit-auto-revert-mode
Augie Fackler <raf@durin42.com>
parents:
424
diff
changeset
|
11 '(magit-auto-revert-mode nil) |
|
426
f39a5ec4889d
custom: package.el dropped some stuff in here
Augie Fackler <raf@durin42.com>
parents:
425
diff
changeset
|
12 '(package-selected-packages |
|
f39a5ec4889d
custom: package.el dropped some stuff in here
Augie Fackler <raf@durin42.com>
parents:
425
diff
changeset
|
13 (quote |
|
507
7d298a83fceb
emacs: reference toml instead of toml-mode, fix up some rust packages
Augie Fackler <raf@durin42.com>
parents:
502
diff
changeset
|
14 (toml exec-path-from-shell wgrep smex rainbow-delimiters paredit nose magit http-twiddle go-eldoc go-autocomplete git-gutter flycheck-rust company-racer))) |
| 411 | 15 '(rm-blacklist (quote (" mate" " WS" " MRev" " Hg:"))) |
|
427
02b72a9bbba4
custom: emacs really wants these sorted, so capitulate
Augie Fackler <raf@durin42.com>
parents:
426
diff
changeset
|
16 '(rust-format-on-save t) |
| 411 | 17 '(sml/prefix-regexp (quote (":\\(.*:\\)" "~/"))) |
|
423
a218d5bdb682
custom: reformat sml/replacer-regexp-list
Augie Fackler <raf@durin42.com>
parents:
416
diff
changeset
|
18 '(sml/replacer-regexp-list |
|
a218d5bdb682
custom: reformat sml/replacer-regexp-list
Augie Fackler <raf@durin42.com>
parents:
416
diff
changeset
|
19 (quote |
|
a218d5bdb682
custom: reformat sml/replacer-regexp-list
Augie Fackler <raf@durin42.com>
parents:
416
diff
changeset
|
20 (("^/sudo:.*:" ":SU:") |
|
a218d5bdb682
custom: reformat sml/replacer-regexp-list
Augie Fackler <raf@durin42.com>
parents:
416
diff
changeset
|
21 ("^~/Documents/" ":Doc:") |
|
a218d5bdb682
custom: reformat sml/replacer-regexp-list
Augie Fackler <raf@durin42.com>
parents:
416
diff
changeset
|
22 ("^~/Dropbox/" ":DB:") |
|
a218d5bdb682
custom: reformat sml/replacer-regexp-list
Augie Fackler <raf@durin42.com>
parents:
416
diff
changeset
|
23 ("^~/Programming/hg" ":hg:") |
|
434
2b5d868f81ac
emacs: adjust split-height-threshold
Augie Fackler <raf@durin42.com>
parents:
429
diff
changeset
|
24 ("^~/Programming/" ":P:")))) |
|
2b5d868f81ac
emacs: adjust split-height-threshold
Augie Fackler <raf@durin42.com>
parents:
429
diff
changeset
|
25 '(split-height-threshold 200)) |
| 411 | 26 (custom-set-faces |
| 27 ;; custom-set-faces was added by Custom. | |
| 28 ;; If you edit it by hand, you could mess it up, so be careful. | |
| 29 ;; Your init file should contain only one such instance. | |
| 30 ;; If there is more than one, they won't work right. | |
| 31 '(diff-added ((t (:foreground "DarkGreen")))) | |
| 32 '(diff-changed ((t (:foreground "MediumBlue")))) | |
| 33 '(diff-context ((t (:foreground "LightSteelBlue")))) | |
| 34 '(diff-file-header ((t (:foreground "White")))) | |
| 35 '(diff-header ((t (:foreground "White")))) | |
| 36 '(diff-hunk-header ((t (:foreground "White")))) | |
| 37 '(diff-index ((t (:foreground "Green")))) | |
| 38 '(diff-nonexistent ((t (:foreground "DarkBlue")))) | |
|
413
78dedd5483fa
emacs: customize a restructuredtext color
Augie Fackler <raf@durin42.com>
parents:
412
diff
changeset
|
39 '(diff-removed ((t (:foreground "Red")))) |
|
429
27e8ad5acedf
colors: move some magit and monky colors into customize
Augie Fackler <raf@durin42.com>
parents:
428
diff
changeset
|
40 '(magit-diff-add ((t (:foreground "sea green")))) |
|
441
b8c4f6299843
customize: emacs decided this list needed to be reordered
Augie Fackler <raf@durin42.com>
parents:
440
diff
changeset
|
41 '(magit-item-highlight ((t (:background "grey19")))) |
|
b8c4f6299843
customize: emacs decided this list needed to be reordered
Augie Fackler <raf@durin42.com>
parents:
440
diff
changeset
|
42 '(monky-diff-add ((t (:foreground "sea green")))) |
|
b8c4f6299843
customize: emacs decided this list needed to be reordered
Augie Fackler <raf@durin42.com>
parents:
440
diff
changeset
|
43 '(rst-level-1-face ((t (:background "grey15"))) t)) |
