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

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

Define use-package twice for some packages


From: Björn Bidar
Subject: Define use-package twice for some packages
Date: Mon, 25 Dec 2023 02:56:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Hey,

I'm using use-package to organize my configuration as so many.
However I want to separate my personal information from my configuration
so I can share it easier with the public and my girl friend.

Does it work when I first define my package configuration and then
define it, in a separate file, again?

E.g.:
#+begin_src elisp
(use-package circe
  ;; settings and stuff that can be in public
  :config
  ;; ...
  )

;; new file
(use-package circe
  ;; settings which are private
  :config
  ;; ...
  )
#+end_src

Br,

Björn Bidar




reply via email to

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