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

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

Re: use-package


From: Stefan Monnier
Subject: Re: use-package
Date: Tue, 03 May 2016 18:21:37 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> (defvar running-xemacs (string-match "XEmacs\\|Lucid" emacs-version))
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                         (featurep 'xemacs)

> contains calls to many official packages such as auctex, orgmode, gnus
> to name a few.  These calls I presume I am able to transfer to the
> use-package syntax.

What do you mean by "calls"?

In a normal setup, your config should not need to load either of Gnus,
Org, or AUCTeX, but only set things up so that they are configured (and
that they get loaded when needed, tho that should already be the case
without any local configuration anyway).


        Stefan




reply via email to

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