unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Gwenhael <gwenhael.le.moine@gmail.com>
To: emacs-devel@gnu.org
Subject: Re: Guide for getting proportional fonts "where appropriate?"
Date: Thu, 15 Mar 2012 09:32:43 +0000 (UTC)	[thread overview]
Message-ID: <loom.20120315T103042-672@post.gmane.org> (raw)
In-Reply-To: m21uouir8j.fsf@pluto.luannocracy.com

Dave Abrahams <dave <at> boostpro.com> writes:
> 
> I've been looking around for a way to get proportional fonts to be used
> somewhat more uniformly in prose contexts (like `M-x info') and not at
> all in code contexts.  Does anyone know of a way short of customizing
> lots and lots of faces?
> 
> Thanks,
> 


Hi,

I have the following code to do exactly that in my .emacs although I can't quite
remember where I found it:

  (dolist (hook '(erc-mode-hook
                  LaTeX-mode-hook
                  edit-server-start-hook
                  markdown-mode-hook
                  twittering-mode
                  text-mode
                  fundamental-mode))
    (add-hook hook (lambda () (variable-pitch-mode t))))





      reply	other threads:[~2012-03-15  9:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-15  1:32 Guide for getting proportional fonts "where appropriate?" Dave Abrahams
2012-03-15  9:32 ` Gwenhael [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20120315T103042-672@post.gmane.org \
    --to=gwenhael.le.moine@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).