Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. 1. Spot a package that seems interesting.
  2. 2. Install it using `use-package` and its `:ensure t` keyword.
  3. 3. Use it for an hour or two.
  4. 4. Determine the functions you need.
  5. 5. Create autoloading for it using `use-package` abilities to deferred loading.
  6. 6. Create a keybinding for it using `general`, under the `:prefix` you like. Use `SPC` to look like Spacemacs.
  7. 7. Describe it using `which-key` or using the `:which-key` keyword of `general` definition.
  8. 8. There is no other step. Use your package.
  9.  
  10. You only need those seven steps. You need `use-package`, `general`, `which-key`. And finally you also need abo-abo packages. They are just too awesome.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement