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

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

Re: User setup for emacs


From: Emanuel Berg
Subject: Re: User setup for emacs
Date: Sun, 10 Oct 2021 16:19:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

tolugboji wrote:

> What does a typical .emacs look like?

A lot of `setq' for settings/options:

  (setq auto-save-no-message       nil)
  (setq auto-save-list-file-prefix nil)
  (setq make-backup-files          nil)
  ;; ...

But if you have a file somewhere and want to keep it like that
there is no harm `load' or `load-file'ing it from ~/.emacs ...

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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