all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Define use-package twice for some packages
@ 2023-12-25  0:56 Björn Bidar
  0 siblings, 0 replies; 2+ messages in thread
From: Björn Bidar @ 2023-12-25  0:56 UTC (permalink / raw)
  To: help-gnu-emacs


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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-27 13:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <6588d36e.0c0a0220.8776a.1723SMTPIN_ADDED_BROKEN@mx.google.com>
2023-12-27 13:26 ` Define use-package twice for some packages Nikolay Kudryavtsev
2023-12-25  0:56 Björn Bidar

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.