X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=blobdiff_plain;f=emacs.el;h=0301d03b41fd972c26484946e70d2aded3291f0b;hp=28e5daaeef3793ac2fa131984ca76a513609b7d5;hb=a6876d786f18071b9abf0bfc56e6fc313e503e72;hpb=40f0fc08f83c1749305a2790123ffb8bbc488460 diff --git a/emacs.el b/emacs.el index 28e5daa..0301d03 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 @@ -423,7 +424,7 @@ load-warning buffer in case of failure." :inverse-video nil) (mode-line-inactive :background "gray60" :foreground "black" :box nil :inverse-video nil) - (region :background "springgreen2") + (region :background "white") (ff/date-info-face :foreground "white" :weight 'bold) (ff/mail-alarm-face :foreground "red" :weight 'bold) (gui-button-face :background "green" :foreground "white") @@ -802,7 +803,7 @@ printer." (if (> temp 50) (concat (let ((s (format "%dC " temp))) - (if (> temp 65) (propertize s 'face + (if (> temp 70) (propertize s 'face 'font-lock-warning-face) s)) ) @@ -1641,6 +1642,11 @@ int main(int argc, char **argv) { + @@ -1964,18 +1970,18 @@ a file in /tmp" ;; (when (ff/load-or-alert "flyspell-timer" t) ;; (add-hook 'flyspell-mode-hook 'flyspell-timer-ensure-idle-timer)) -;; (defun ff/start-flyspell () (interactive) - ;; (ff/configure-faces - ;; '( - ;; ;; (flyspell-incorrect :background "#ff0000" :foreground "black") - ;; ;; (flyspell-duplicate :background "#ff9000" :foreground "black") - ;; (flyspell-incorrect :foreground "#ff0000" :weight 'bold) - ;; (flyspell-duplicate :foreground "#ff9000" :weight 'bold) - ;; )) +(defun ff/start-flyspell () (interactive) + (ff/configure-faces + '( + ;; (flyspell-incorrect :background "#ff0000" :foreground "black") + ;; (flyspell-duplicate :background "#ff9000" :foreground "black") + (flyspell-incorrect :foreground "#ff0000" :weight 'bold) + (flyspell-duplicate :foreground "#ff9000" :weight 'bold) + )) ;; (flyspell-buffer) - ;; ) + ) -;; (add-hook 'flyspell-mode-hook 'ff/start-flyspell) +(add-hook 'flyspell-mode-hook 'ff/start-flyspell) (defun ff/pick-dictionnary () (interactive) (when (and (boundp 'flyspell-mode) flyspell-mode) @@ -2313,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 ) ) @@ -2495,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)