Group: gnu.emacs.help · Group Profile · Search for Dicionario in gnu.emacs.help
Author: bcochofel
Date: Nov 10, 2006 04:01
... know I'm using emacs (setq inhibit-startup-message t) ;; use y or n instead of yes or no (fset 'yes-or-no-p 'y-or-n-p) '(ispell-program-name "aspell") ;Agora tornando o dicionario brasileiro como o default (setq ispell-dictionary "portuguese") ;;; Text mode and Auto Fill mode ;; The next three lines put Emacs into Text mode ;; and Auto Fill mode, and are for writers who ;; want to...
|