Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Treemacs | 1,835 | 12 days ago | 58 | gpl-3.0 | Emacs Lisp | |||||
Org Super Agenda | 1,146 | 3 months ago | 63 | gpl-3.0 | Emacs Lisp | |||||
Supercharge your Org daily/weekly agenda by grouping items | ||||||||||
Magit Todos | 576 | 3 months ago | 28 | gpl-3.0 | Emacs Lisp | |||||
Show source files' TODOs (and FIXMEs, etc) in Magit status buffer | ||||||||||
Telephone Line | 475 | 2 months ago | 38 | gpl-3.0 | Emacs Lisp | |||||
A new implementation of Powerline for Emacs | ||||||||||
Lsp Treemacs | 341 | a month ago | 47 | gpl-3.0 | Emacs Lisp | |||||
lsp-mode :heart: treemacs | ||||||||||
Dotfiles | 216 | 9 days ago | mit | Emacs Lisp | ||||||
If there is a shell, there is a way! | ||||||||||
Screenshot | 190 | 2 months ago | 2 | gpl-3.0 | Emacs Lisp | |||||
Swiftly grab pretty images of your code | ||||||||||
Pocket Reader.el | 174 | 8 months ago | 18 | gpl-3.0 | Emacs Lisp | |||||
Emacs client for Pocket reading list (getpocket.com) | ||||||||||
Rde | 172 | a day ago | 3 | gpl-3.0 | Scheme | |||||
Tools for managing reproducible development environments. Mirror of https://sr.ht/~abcdw/rde/ | ||||||||||
Org Screenshot | 148 | a year ago | 1 | Emacs Lisp | ||||||
screenshots integrated with emacs org mode attachments |
Integration between lsp-mode and treemacs and implementation of treeview controls using treemacs as a tree renderer.
To enable bidirectional synchronization of lsp workspace folders and treemacs projects.
(lsp-treemacs-sync-mode 1)
Displays tree like error list structure.
lsp-treemacs-quick-fix
or press x
when you are in Error List view - offer quickfixes for the error at point.Displays symbols information.
Display references/implementations using tree view:
Display call hierarchy. Use C-u M-x lsp-treemacs-call-hierarchy
to display outgoing call hierarchy.
Display type hierarchy.
Browse java dependencies, namespaces, files, etc.
lsp-treemacs-java-deps-follow
- select the current editor in the dependencylsp-treemacs-java-deps-refresh
- refresh the view. Bound to r
.