Advertisement
Guest User

tl;dr emacs packages

a guest
Jun 25th, 2019
1,710
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Short list of good packages.
  2. Packages listed with * are built into emacs.
  3.  
  4. company (autocomplete)
  5. company-lsp & lsp-mode (lsp support)
  6. *gdb (gdb debugging integration)
  7. *dired (file manager)
  8. evil (vim keybinds)
  9. flycheck (syntax checking)
  10. general (wrapper to make managing keybinds easy)
  11. ivy/counsel/swiper (emacs internal completion)
  12. magit (git integration)
  13. *org-mode (powerful organizer/outliner/todo/planner/etc)
  14. *term & eshell (terminal emulators)
  15. *tramp (edit remote files)
  16. use-package (wrapper to make adding packages easy)
  17. which-key (show keybinds as you type)
  18. yasnippets & yasnippets-snippets (insert code templates)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement