all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Multple emacs config files and Xmacs
@ 2019-10-21  0:48 M.R.P. zensky
  2019-10-21  1:23 ` Stefan Kangas
  0 siblings, 1 reply; 2+ messages in thread
From: M.R.P. zensky @ 2019-10-21  0:48 UTC (permalink / raw
  To: help-gnu-emacs

Hello I was wondering if I can use multiple emacs config files or if I must only have one file. Also does anyone have experience with xmacs. Is it somehow superior to emacs?


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Multple emacs config files and Xmacs
  2019-10-21  0:48 Multple emacs config files and Xmacs M.R.P. zensky
@ 2019-10-21  1:23 ` Stefan Kangas
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Kangas @ 2019-10-21  1:23 UTC (permalink / raw
  To: M.R.P. zensky; +Cc: help-gnu-emacs

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-21  1:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-21  0:48 Multple emacs config files and Xmacs M.R.P. zensky
2019-10-21  1:23 ` Stefan Kangas

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.