all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kaushal Modi <kaushal.modi@gmail.com>
To: Matthew Pritchard <wintermute24x7@icloud.com>, help-gnu-emacs@gnu.org
Subject: Re: emacs buffer message
Date: Fri, 02 Dec 2016 15:54:37 +0000	[thread overview]
Message-ID: <CAFyQvY1dVGpF6RBJsPgfij=ZAKA8D8_uiXQs9_vd1CDGRD6PwQ@mail.gmail.com> (raw)
In-Reply-To: <CEDE832E-7B6C-40E3-B1D8-E8E3210CBB77@icloud.com>

On Fri, Dec 2, 2016 at 10:29 AM Matthew Pritchard <wintermute24x7@icloud.com>
wrote:

> How do I disable this message so that it does not appear whenever I use
> emacs?
>
> ;; This buffer is for notes you don't want to save, and for Lisp
> evaluation.
> ;; If you want to create a file, visit that file with C-x C-f,
> ;; then enter the text in that file's own buffer.


From the elisp info manual: (elisp) Startup Summary

-- User Option: initial-scratch-message
     This variable, if non-‘nil’, should be a string, which is treated
     as documentation to be inserted into the ‘*scratch*’ buffer when
     Emacs starts up.  If it is ‘nil’, the ‘*scratch*’ buffer is empty.

By default, the value of the `initial-scratch-message' variable is

";; This buffer is for text that is not saved, and for Lisp evaluation.\n;;
To
create a file, visit it with \\[find-file] and enter text in its
buffer.\n\n"

as seen when you do C-h v initial-scratch-message

So set that variable to nil in your config or using Customize.


-- 

Kaushal Modi


      parent reply	other threads:[~2016-12-02 15:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-02 15:29 emacs buffer message Matthew Pritchard
2016-12-02 15:31 ` Alberto Luaces
2016-12-02 15:54 ` Kaushal Modi [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='CAFyQvY1dVGpF6RBJsPgfij=ZAKA8D8_uiXQs9_vd1CDGRD6PwQ@mail.gmail.com' \
    --to=kaushal.modi@gmail.com \
    --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.