X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_emacs_el;h=e439c5e2b5013c0f6f40ac73552e7d27893e5d13;hb=474b6dd70aea5ab512c694253604d990669c0466;hp=ae3b8756ea46397dfc1407fd1045713b9556086d;hpb=07da5776d24d8420ff2667d669071aab02e5d307;p=sugar.git diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index ae3b875..e439c5e 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -48,10 +48,12 @@ (setq browse-url-firefox-program "/opt/local/bin/firefox") ;; Specify how to connect to some of the remote servers. (setq tramp-default-proxies-alist nil) - (add-to-list 'tramp-default-proxies-alist - '("rd8" nil "/sshx:pho@yebisu1.ymir.jp:")) - (add-to-list 'tramp-default-proxies-alist - '("yebisu1\\.ymir\\.jp" nil "/sshx:pho@boss:")))))) + (mapcar #'(lambda (proxy) + (add-to-list 'tramp-default-proxies-alist proxy)) + '( ("rd8" nil "/sshx:pho@yebisu1.ymir.jp:") + ("pho\\.dev\\.office\\.ymir\\.co\\.jp" nil "/sshx:pho@yebisu1.ymir.jp:") + ("yebisu1\\.ymir\\.jp" nil "/sshx:pho@boss:" ) + )))))) ;; Settings for Browser -------------------------------------------------------- (setq browse-url-browser-function 'w3m-browse-url) @@ -568,4 +570,5 @@ '(navi2ch-bm-updated-cache-face ((t (:foreground "CornflowerBlue" :weight bold)))) '(navi2ch-bm-updated-unread-face ((t (:foreground "DarkSeaGreen3" :weight bold)))) '(which-func-face ((t (:background "black" :foreground "dark orange")))) - '(whitespace-indentation ((t (:foreground "dimgray" :underline t))))) + '(whitespace-indentation ((t (:foreground "dimgray" :underline t)))) + '(whitespace-line ((t (:background "gray20")))))