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

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

Re: using use-package


From: Phillip Lord
Subject: Re: using use-package
Date: Fri, 14 Aug 2015 17:06:55 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Drew Adams <drew.adams@oracle.com> writes:

>> > I'd love to be able to do something like
>> > (custom-setq my-variable 10)
>> > which sets the variable, but does not result in the "the value of
>> > this variable has been changed outside of customize" message in Custom.
>> 
>> You can try customize-set-variable.
>
> Yes.  (Or `customize-set-value', depending on what you want.)

So this works....

(customize-set-variable 'tab-width 10)

but so does this....

(customize-set-variable 'tab-width "bob")

when surely it should error? Like this errorers?

(customize-set-variable org-tags-column "bob")

Phil



reply via email to

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