view .elisp/settings/01.custom.el @ 465:30e2d7308c09

emacs: disable TRAMP cache to avoid annoying problems
author Augie Fackler <raf@durin42.com>
date Wed, 28 Nov 2018 15:46:04 -0500
parents b60cd2f46acd
children 7392a48b8dcb
line wrap: on
line source

(custom-set-variables
 ;; custom-set-variables was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(auto-revert-remote-files t)
 '(custom-safe-themes
   (quote
    ("a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "6a37be365d1d95fad2f4d185e51928c789ef7a4ccf17e7ca13ad63a8bf5b922f" "756597b162f1be60a12dbd52bab71d40d6a2845a3e3c2584c6573ee9c332a66e" default)))
 '(ido-max-dir-file-cache 0)
 '(magit-auto-revert-mode nil)
 '(package-selected-packages
   (quote
    (rainbow-delimiters toml-mode yaml-mode wgrep use-package smex smart-mode-line rustfmt racer paredit nose monky markdown-mode magit js2-mode ipython iedit http-twiddle go-eldoc go-autocomplete git-gutter flycheck-rust 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
    (("^/sudo:.*:" ":SU:")
     ("^~/Documents/" ":Doc:")
     ("^~/Dropbox/" ":DB:")
     ("^~/Programming/hg" ":hg:")
     ("^~/Programming/" ":P:"))))
 '(split-height-threshold 200))
(custom-set-faces
 ;; custom-set-faces was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(diff-added ((t (:foreground "DarkGreen"))))
 '(diff-changed ((t (:foreground "MediumBlue"))))
 '(diff-context ((t (:foreground "LightSteelBlue"))))
 '(diff-file-header ((t (:foreground "White"))))
 '(diff-header ((t (:foreground "White"))))
 '(diff-hunk-header ((t (:foreground "White"))))
 '(diff-index ((t (:foreground "Green"))))
 '(diff-nonexistent ((t (:foreground "DarkBlue"))))
 '(diff-removed ((t (:foreground "Red"))))
 '(magit-diff-add ((t (:foreground "sea green"))))
 '(magit-item-highlight ((t (:background "grey19"))))
 '(monky-diff-add ((t (:foreground "sea green"))))
 '(rst-level-1-face ((t (:background "grey15"))) t))