all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefan@marxist.se>
To: "M.R.P. zensky" <wintermute24x7@icloud.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Multple emacs config files and Xmacs
Date: Mon, 21 Oct 2019 03:23:39 +0200	[thread overview]
Message-ID: <CADwFkmk+y+ENiM3ExZ7XoVTa4BqV7PROSMjoHCF9RihPkJie1Q@mail.gmail.com> (raw)
In-Reply-To: <2991AC41-C29C-4C87-B47C-A9A22B3BACEB@icloud.com>

M.R.P. zensky <wintermute24x7@icloud.com> writes:

> Hello I was wondering if I can use multiple emacs config files or if I must only have one file.

You can split your configuration in more than one file. I have a
folder ~/.emacs.d/lisp where I put my configuration files.  Then I add
this line to my init file (~/.emacs):

    (add-to-list 'load-path (expand-file-name "~/.emacs.d/lisp"))

In that folder, I create files named after functionality.  For
example, I have a file named "init-coding-haskell.el" with
customizations for Haskell programming.  That file is loaded
automatically by this line in my init file:

    (require 'init-coding-haskell)

> Also does anyone have experience with xmacs. Is it somehow superior to emacs?

XEmacs is no longer in active development and saw its last release in
January 2009.  It lacks important features, and many popular Emacs
packages (such as org-mode and magit) do not support XEmacs.

Best regards,
Stefan Kangas



      reply	other threads:[~2019-10-21  1:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-21  0:48 Multple emacs config files and Xmacs M.R.P. zensky
2019-10-21  1:23 ` Stefan Kangas [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CADwFkmk+y+ENiM3ExZ7XoVTa4BqV7PROSMjoHCF9RihPkJie1Q@mail.gmail.com \
    --to=stefan@marxist.se \
    --cc=help-gnu-emacs@gnu.org \
    --cc=wintermute24x7@icloud.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.