]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Tue, 15 Mar 2011 06:48:36 +0000 (15:48 +0900)
committerPHO <pho@cielonegro.org>
Tue, 15 Mar 2011 06:48:36 +0000 (15:48 +0900)
dot-files/_emacs_el

index 26b6587cf293b6ed5a0b021a4dd0264f2f802ce3..3cbbe51b835d1247517708b99448caa64e9ef2b7 100644 (file)
 ;; 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)