From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: 2QdxY4RzWzUUiLuE@potatochowder.com Newsgroups: gmane.emacs.help Subject: Re: ~/.emacs vs ~/.emacs.d/init.el. Date: Sun, 13 Dec 2020 07:58:14 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38931"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Dec 13 14:59:46 2020 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1koRuc-000A2Z-BK for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 13 Dec 2020 14:59:46 +0100 Original-Received: from localhost ([::1]:44376 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1koRub-0003Cx-Ec for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 13 Dec 2020 08:59:45 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51728) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <2QdxY4RzWzUUiLuE@potatochowder.com>) id 1koRtJ-0003Bx-LB for help-gnu-emacs@gnu.org; Sun, 13 Dec 2020 08:58:25 -0500 Original-Received: from www458.your-server.de ([136.243.165.62]:52006) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <2QdxY4RzWzUUiLuE@potatochowder.com>) id 1koRtH-0000Nd-KH for help-gnu-emacs@gnu.org; Sun, 13 Dec 2020 08:58:25 -0500 Original-Received: from sslproxy02.your-server.de ([78.47.166.47]) by www458.your-server.de with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from <2QdxY4RzWzUUiLuE@potatochowder.com>) id 1koRtA-0008bB-Tp for help-gnu-emacs@gnu.org; Sun, 13 Dec 2020 14:58:17 +0100 Original-Received: from [172.58.59.50] (helo=localhost) by sslproxy02.your-server.de with esmtpsa (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from <2QdxY4RzWzUUiLuE@potatochowder.com>) id 1koRtA-000Awp-9m for help-gnu-emacs@gnu.org; Sun, 13 Dec 2020 14:58:16 +0100 Mail-Followup-To: help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: X-Authenticated-Sender: 2QdxY4RzWzUUiLuE@potatochowder.com X-Virus-Scanned: Clear (ClamAV 0.102.4/26015/Sat Dec 12 15:34:39 2020) Received-SPF: pass client-ip=136.243.165.62; envelope-from=2QdxY4RzWzUUiLuE@potatochowder.com; helo=www458.your-server.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:126306 Archived-At: On 2020-12-13 at 21:50:37 +0800, Hongyi Zhao wrote: > On Sun, Dec 13, 2020 at 6:09 PM Yuri Khan wrote: > > > > On Sun, 13 Dec 2020 at 16:00, Hongyi Zhao wrote: > > > > > As far as the initialization file is concerned, which is more > > > preferable,~/.emacs or ~/.emacs.d/init.el? > > > > If you are choosing between these two, ~/.emacs.d/init.el is > > preferable. Because then you can put the whole .emacs.d into version > > control separately from your home directory. > > > > However keep in mind that Emacs 27 adds support for XDG-style > > configuration directory, ~/.config/emacs/, which gives you the same > > abilities as ~/.emacs.d with an added benefit of less clutter in your > > home directory. > > I've tried the following based on your above notes, but it seems that > emacs doesn't pick up the initialization file located under > ~/.config/emacs/ automatically. > > $ mv .emacs.d/init.el ~/.config/emacs/ > > Any hints for this problem? Try removing or renaming ~/.emacs.d, the existence of which might be fooling emacs into *not* searching for ~/.config/emacs. For reference, see: https://www.gnu.org/software/emacs/manual/html_node/emacs/Find-Init.html