abougouffa / minemacs

MinEmacs: an Emacs configuration framework for daily use
https://abougouffa.github.io/minemacs/
MIT License
143 stars 16 forks source link

how to use this pacakge #39

Closed donneyluck closed 1 year ago

donneyluck commented 1 year ago

i have add this config on my ~/.minemacs.d/config.el

(use-package screenshot
  :straight (:host github :repo "donneyluck/screenshot")
  :config (setq screenshot-upload-fn "upload %s 2>/dev/null"))

when start emacs press M-x there is no function screenshot i have read the source code screenshot.el function screenshot is an autoload function i don`t elisp how to load package. so realy need your help
thanks for your time

abougouffa commented 1 year ago

Hello @donneyluck,

I've added the same snippet in my ~/.minemacs.d/config.el and I've got the desired behavior:

Screenshot_20230329_163109

Try to launch Emacs with MINEMACS_DEBUG=1 emacs, maybe there is an issue in your config.el and it is failing silently.

donneyluck commented 1 year ago

ok thanks i will try it later i have reinstall minemacs make prune then everything ok thks : )