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: Kaushal Modi
Subject: Re: A package for common configuration options with use-package
Date: Tue, 07 Mar 2017 18:45:46 +0000

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..

You can simply put

(setq inhibit-startup-message t)

or even

(progn
  ;; more such setq
  (setq inhibit-startup-message t))

to group things together.
-- 

Kaushal Modi


reply via email to

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