Innehållsförteckning RecentChanges News ElispArea HowTo Problems Suggestions

ParenFace

Last edit

Ändrad:

< parenface.el, written by DavePearson, is an Emacs hack that lets you define a [[Face]] in which parens should appear. It's nice to "tone down" parens in Lisp source, for instance.

till

> parenface.el, written by DavePearson, is an Emacs hack that lets you define a [[Face]] in which parens should appear -- e.g., colored parentheses. It's nice to "tone down" parens in Lisp source, for instance.


parenface.el, written by DavePearson, is an Emacs hack that lets you define a Face in which parens should appear – e.g., colored parentheses. It’s nice to “tone down” parens in Lisp source, for instance.

Link

You can find it here:

http://www.davep.org/emacs/parenface.el

Color suggestion

Dark blue parentheses:

    (require 'parenface)
    (set-face-foreground 'paren-face "blue4")

CategoryParentheses ParenthesesAppearance