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

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

Re: A package for common configuration options with use-package


From: Narendra Joshi
Subject: Re: A package for common configuration options with use-package
Date: Wed, 08 Mar 2017 01:07:06 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

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 via email to

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