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

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

Re: Machine-dependent elisp


From: Paulo J. Matos
Subject: Re: Machine-dependent elisp
Date: Mon, 26 Apr 2010 18:08:58 +0100

On Sat, Apr 24, 2010 at 2:32 AM, Steve Revilak <steve@srevilak.net> wrote:
>
> To achieve this, my ~/.emacs has
>
>  (if (file-exists-p "~/.elisp/machine-local.el")
>      (load "~/.elisp/machine-local.el"))
> machine-local.el has the machine-specific settings.
>
> The Emacs manual has a similar example, which uses custom-file.
>
>  
> http://www.gnu.org/software/emacs/manual/html_node/emacs/Saving-Customizations.html#Saving-Customizations
>
> Steve
>

That's a solution I hadn't thought about before

Thanks for the ref,
-- 
PMatos




reply via email to

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