[ Date Index ]
[ Thread Index ]
[ <= Previous by date /
thread ]
[ Next by date /
thread => ]
[LUG]Re: Digging Emacs out of the grave.
- To: list@xxxxxxxxxxxxx
- Subject: [LUG]Re: Digging Emacs out of the grave.
- From: Anthony Williams via list <list@xxxxxxxxxxxxx>
- Date: Mon, 27 Mar 2023 08:37:24 +0100
- Authentication-results: mail2.justsoftwaresolutions.co.uk (amavisd-new); dkim=pass (2048-bit key) reason="pass (just generated, assumed good)" header.d=justsoftwaresolutions.co.uk
- Cc: Anthony Williams <anthony@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Content-language: en-US
- Delivered-to: dclug@xxxxxxxxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dcglug.org.uk; s=1665479163; h=Content-Transfer-Encoding:Content-Type:Cc: From:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Help:List-Id: Subject:Reply-To:In-Reply-To:References:To:MIME-Version:Date:Message-ID: Sender:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Archive; bh=//VOdND1OM2YwwGOQCMrcLOE3VG1acXreqJJSxy/I5k=; b=YGiAP7dAZ5wzZZEf+T95iUdvN1 qSpODE+3yO7b0NE7JjqWpuuncBF29rdKr1XSsde5yuJpzA9U4+HkKLG4x0GPU+TJhMo5hoI8sEc2V yXLQmop3kYJup0VdHC+oYIRQMUhV5zmUXzgtDvbjSXY6vbeM5LnnCKfJSFbOUeb1tw18=;
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d= justsoftwaresolutions.co.uk; h=content-transfer-encoding :content-type:in-reply-to:from:content-language:references:to :subject:user-agent:mime-version:date:message-id; s=dkim; t= 1679902645; x=1682494646; bh=cAUqU7pSmw3Rd8VtnWOqvDnjUPNgtX1vMs2 /OiEAWpE=; b=4S58tcELQo2P1Q3jH3Bct0oXqRzDmCdarzGeglw/Y73vzBgf5+F av5csnMPbwfeTvMAmAGgvN93PeFxeIb4xC4o+kZ7GvZLR1JP8Ddvq0u7HGKPhe8B l6YM0PmKJqovAMZoWdJTrXFjNgnVM1jty/rRVCScl274aan/fiG+aa5YgocRnjKb f8WVWe5/du3kGf3RH39ULlDpkllnBxZNmp6vQnWPdjpC0sny8nZghsKZO77IylIK QHdj4a6PzKKdk6JzXeYBoh30Fj9GVjmtL1QaMgEjiYDbSaj8VPjaJ25771QE4zpb Qo+Lt3rwYJxr8qeSPAWtmjLfZPkS3DZy84A==
Hi,
On 26/03/2023 13:43, Tom via list wrote:
As I mentioned elsewhere I've been playing with Lisp and I thought I'd
have a crack at getting Slime (an Emacs extension/add on for Lisp) and
in setting it up I notice it asks for mods to be made to .emacs which
I expected to find in my home directory (I've played with Emac
recently) only to discover .emacs.d directory which I presume is some
modern repository for all things emacsy. Do I create a .emacs file in
here or just in my home directory?
As others have said, you *can* create a .emacs file in your home
directory, which overrides the .emacs.d contents, but the recommended
practice is to create .emacs.d/init.el, and put anything you would put
in .emacs in there instead.
Your customizations (from customize-group/customize-variable) end up in
.emacs.d/custom.el rather than cluttering your .emacs file.
Cheers,
Anthony
--
The Mailing List for the Devon & Cornwall LUG
FAQ: https://www.dcglug.org.uk/faq/