help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Suggested font lock preferences for GNU Emacs


From: Emanuel Berg
Subject: Re: Suggested font lock preferences for GNU Emacs
Date: Sun, 10 Jul 2016 07:33:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Davin Pearson <davin.pearson@gmail.com> writes:

> When I run my package davins-theme.el it
> turns the fonts into ugly proportional fonts.
>
> This is *not* what I want my package to do.

If you prefer the precision of your everyday
Elisp, you can put all that in a file and add
`provide' last with all the comments uphill and
voila, that is a package to. "Theme" is just
a word and it doesn't even start with an e like
everything does...

(defun check-package-style ()
  (interactive)
  (checkdoc-current-buffer t) ; TAKE-NOTES
  (message "Style check done.") )

-- 
underground experts united .... http://user.it.uu.se/~embe8573
Emacs Gnus Blogomatic ......... http://user.it.uu.se/~embe8573/blogomatic
                   - so far: 56 Blogomatic articles -                   


reply via email to

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