X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=emacs.el;h=9e94de675df20954b1344ed71e8f607f8075fdf5;hb=4aa8fe5068e2fb109a007f7e1acf8445ec9fba24;hp=a8303c94fa0489f6d2b6cf9b5978957c2a420193;hpb=6c3f9b69ee5f2417199393d35268cf8fc1f969d8;p=elisp.git diff --git a/emacs.el b/emacs.el index a8303c9..9e94de6 100644 --- a/emacs.el +++ b/emacs.el @@ -209,7 +209,8 @@ load-warning buffer in case of failure." ;; And I like ascii files epa-armor t - tramp-default-method "ssh" + ;; tramp-default-method "ssh" + tramp-default-method "scp" ;; I have no problem with files having their own local variables enable-local-eval t @@ -2318,7 +2319,7 @@ next one. With universal argument, kill all killable buffers." ;; "-stop-xscreensaver" ;; "-osdlevel" "3" ) - media/mplayer/timing-request-period 5.0 + media/mplayer/timing-request-period 1.0 ) ) @@ -2500,7 +2501,9 @@ with a time tag, and save this file" (define-key global-map [(control \`)] ff/map) (unless window-system - (define-key global-map [(control @)] ff/map)) + ;; (define-key global-map [(control @)] ff/map) + (define-key global-map [(meta O) \`] ff/map) +) (define-key esc-map "`" ff/map)