emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [oc] use-package config question


From: Ihor Radchenko
Subject: Re: [oc] use-package config question
Date: Sat, 17 Jul 2021 21:16:56 +0800

"Bruce D'Arcus" <bdarcus@gmail.com> writes:

> Could someone with some expertise in this area recommend how I do the 
> following?
>
> Load org-cite and it's associated packages (oc-basic, oc-natbib,
> etc.), and set some associated variables, if org-cite is available.

It should be default behaviour:

(use-package oc
;; The code inside will be executed only and only if the `oc' feature is
;; available.
;; To be 100% sure you can use
;; :ensure nil
...
)

See https://github.com/jwiegley/use-package#package-installation for
more details.

Best,
Ihor



reply via email to

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