unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Narendra Joshi <narendraj9@gmail.com>
To: Kaushal Modi <kaushal.modi@gmail.com>
Cc: Gnu Emacs Help <help-gnu-emacs@gnu.org>
Subject: Re: A package for common configuration options with use-package
Date: Wed, 08 Mar 2017 01:07:06 +0530	[thread overview]
Message-ID: <87lgsgx4il.fsf@vicarie> (raw)
In-Reply-To: <CAFyQvY0gLTQN_E1D3BQVVY+GMfOurtkcXRmPM0k25sP5oMi9VQ@mail.gmail.com> (Kaushal Modi's message of "Tue, 07 Mar 2017 18:45:46 +0000")

Kaushal Modi <kaushal.modi@gmail.com> writes:

> On Tue, Mar 7, 2017 at 1:42 PM Narendra Joshi <narendraj9@gmail.com>
> wrote:
>
>     > What would be such examples? 
>     The variable `inhibit-splash-screen' from `startup.el'.
>
>
> I am wondering how using use-package will benefit there..
I just happen to like doing it. No benefit, no loss.
I usually do:

(use-package feature
    :doc "Something about the config"
    ...)

> You can simply put
>
> (setq inhibit-startup-message t)
>
> or even
>
> (progn
>   ;; more such setq 
>   (setq inhibit-startup-message t)) 
> to group things together.
Yes, this can be done. Thanks.

> --
>
> Kaushal Modi
>
>
>

-- 
Narendra Joshi



  reply	other threads:[~2017-03-07 19:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-07 16:55 A package for common configuration options with use-package Narendra Joshi
2017-03-07 17:00 ` Kaushal Modi
2017-03-07 18:47   ` Narendra Joshi
2017-03-07 18:45     ` Kaushal Modi
2017-03-07 19:37       ` Narendra Joshi [this message]
2017-03-07 17:47 ` Alex Kost
2017-03-07 19:38   ` Narendra Joshi
2017-03-09 13:18     ` Alex Kost
2017-03-10 20:27       ` Narendra Joshi

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87lgsgx4il.fsf@vicarie \
    --to=narendraj9@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=kaushal.modi@gmail.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).