From: PHO Date: Tue, 15 Mar 2011 06:48:36 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=commitdiff_plain;h=b32a3431d2bc04f60252c979e2ec97606e16c964 Auto commit by The Sugar System. --- diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 26b6587..3cbbe51 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -37,7 +37,16 @@ ;; Host specific configuration ------------------------------------------------ (let ((host (system-name))) (cond ((equal host "aria.cielonegro.org") - (setq browse-url-firefox-program "/opt/local/bin/firefox")))) + (progn + ;; Use firefox as the default browser. + (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:")))))) + ;; Settings for Browser -------------------------------------------------------- (setq browse-url-browser-function 'w3m-browse-url)