emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: line/wrap-prefix patch


From: Miles Bader
Subject: Re: line/wrap-prefix patch
Date: Mon, 30 Jun 2008 13:18:27 +0900

BTW here's the rcirc-mode-hook I use to enable these features for rcirc:

   (add-hook 'rcirc-mode-hook
             (lambda ()
               (setq rcirc-fill-flag nil)
               (setq word-wrap t)
               (setq wrap-prefix '(space :width 8))
               (push '(continuation) fringe-indicator-alist)
               (variable-pitch-mode t)))

[The `push' turns off wrapping indicators.]

-MIles

-- 
If you can't beat them, arrange to have them beaten.  [George Carlin]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]