[PATCH evolve-ext topic-fix] emacs: switch to Monaco at a slightly smaller font size

Matt Mackall mpm at selenic.com
Wed Sep 30 17:31:06 CDT 2015


On Wed, 2015-09-30 at 18:16 -0400, Augie Fackler wrote:
> # HG changeset patch
> # User Augie Fackler <raf at durin42.com>
> # Date 1441979839 14400
> #      Fri Sep 11 09:57:19 2015 -0400
> # Node ID d022abe7ff6b662b7b3496f2cbf1be8e9ef608d0
> # Parent  7e9b944f145763e02d4415a227b983965f42bab6
> emacs: switch to Monaco at a slightly smaller font size
> 
> This seems right on my work laptop, not sure about on the personal one.

Wrong working directory?

> diff --git a/.elisp/settings/50.preferences.el b/.elisp/settings/50.preferences.el
> --- a/.elisp/settings/50.preferences.el
> +++ b/.elisp/settings/50.preferences.el
> @@ -57,7 +57,9 @@
>  
>    (cond
>     ((eq window-system 'ns) ;; OS X
> -    (set-face-attribute 'default nil :height 120))
> +    (set-face-attribute 'default nil :height 100)
> +    (set-face-attribute 'default nil :family "Monaco")
> +    )
>     (t ;; everywhere else
>      (set-face-attribute 'default nil :height 105)))
>  )
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> https://selenic.com/mailman/listinfo/mercurial-devel

-- 
Mathematics is the supreme nostalgia of our time.



More information about the Mercurial-devel mailing list