all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: rjd <3246251196ryan@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Rid of bolded text
Date: Tue, 30 Jun 2015 16:11:23 +0000 (UTC)	[thread overview]
Message-ID: <loom.20150630T181005-216@post.gmane.org> (raw)

Sometimes I do not like the bolded weight text. For example, source code
comments are italic. This can be corrected by setting this in your theme.el :
 
 FROM
  '(font-lock-comment-face ((t (:slant italic :foreground "#bc9458"))))
TO
 '(font-lock-comment-face ((t (:slant normal :foreground "#bc9458"))))
 
 But, in shell-mode
  
when I issue an ls -l I get directories in bold. Also, in my
mode-line-format I have bold for mode-line-buffer-identification.

 I do not know where to override the font settings for these. Ideally I would
 like to disable bold and italic all together.
 
 What is the easiest way to do this?
 
 http://www.fontsquirrel.com/fonts/ubuntu-mono
 
 The font is ttf Ubuntu-Mono; in Windows/Fonts I see in the font family the
 regular, italic, bold and italic-bold.
 
 This does not work:
 

http://stackoverflow.com/questions/2064904/how-to-disable-bold-font-weight-globally-in-emacs





             reply	other threads:[~2015-06-30 16:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-30 16:11 rjd [this message]
     [not found] <mailman.6035.1435680702.904.help-gnu-emacs@gnu.org>
2015-06-30 17:03 ` Rid of bolded text Raffaele Ricciardi

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

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

  git send-email \
    --in-reply-to=loom.20150630T181005-216@post.gmane.org \
    --to=3246251196ryan@gmail.com \
    --cc=help-gnu-emacs@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.