May 112020
 

use-package is an Emacs package which allows packages to be loaded declaratively. It’s been around for ages and I’ve seen it used in other people’s configurations, but I’ve only recently paid some real attention to it. I wish I’d learned how to use it sooner – it’s really improved my Emacs config. Let’s look at an example: (use-package magit :bind ((“C-x g” . magit-status) (“C-x C-g” . magit-status))) Read more… (3 min remaining to read)

External feed Read More at the Source: http://menno.io/posts/use-package/

 2020-05-11

Sorry, the comment form is closed at this time.