use-package icon indicating copy to clipboard operation
use-package copied to clipboard

defvar, defun, defadvice, define-minor-mode

Open grolongo opened this issue 4 years ago • 0 comments

Hi, for a long time I put all my (defun... under the :preface macro. Never had an issue so far.

Now I found there are :functions and :defines macros.

Should I set everything like this?:

all (defvar... under :defines all (defun... under :functions

But what about defadvice and define-minor-mode? Those works if I add them either in :preface or :config, but I'm looking for the use-package conventional way.

grolongo avatar Apr 15 '21 09:04 grolongo