From: Francois Fleuret Date: Tue, 7 Jan 2014 15:45:54 +0000 (+0100) Subject: Update. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=commitdiff_plain;h=cb99dedc7e4826197f38af09a38b9b238f01ff5f Update. --- diff --git a/emacs.el b/emacs.el index 28e5daa..d35de82 100644 --- a/emacs.el +++ b/emacs.el @@ -1964,18 +1964,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)