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

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

Re: How to change `standard-display-table' at startup.


From: Eli Zaretskii
Subject: Re: How to change `standard-display-table' at startup.
Date: Fri, 06 Jun 2008 23:31:08 +0300

> From: David Hansen <david.hansen@gmx.net>
> Date: Fri, 06 Jun 2008 22:10:13 +0200
> 
> I have
> 
> (aset standard-display-table ?\`
>       (make-vector 1 (make-glyph-code ?\` 'bold)))
> 
> in my .emacs but Emacs complains that `standard-display-table' is nil
> and not a vector.  How can I change the `standard-display-table' at
> startup?

Does it help to do this in after-init-hook?




reply via email to

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