emacs-inspector
helm
emacs-inspector | helm | |
---|---|---|
4 | 48 | |
108 | 3,375 | |
- | 0.1% | |
4.6 | 9.7 | |
27 days ago | 8 days ago | |
Emacs Lisp | Emacs Lisp | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
emacs-inspector
-
bare minimum to have interactive repl programming like common lisp
Also, I've implemented an inspector tool for Emacs lisp, that brings debuggability closer to the level of CL and Smalltalk: https://github.com/mmontone/emacs-inspector
- Video demo of my inspector for Emacs
- emacs-inspector: Inspection tool for Emacs Lisp objects.
- Inspector for Emacs Lisp (WIP)
helm
- lsp-treemacs icons not showing in Mac Terminal
-
How can I temporarily bypass helm and put free text
Oh wow wow wow! I just checked your commit on the repository. That's so amazing. I really appreciate that. And I also found a convenient donation link.
- Looking Back On Helm (secure email appliance)
-
Best emacs configs for Javascript and/or users who don't like to memorize keybindings?
Next you "only" have to remember (elisp) function names. "Completion UIs" like ivy/counsel, icomplete, helm or vertico/consult, give you a nice auto completion list on M-x (choose the one of them, you like the most). Some of those Completion UIs will display existing keybindings and a short documentation for commands, near the auto complete candidates. So you will start to remember more keybindings without "learning sessions", just because invoking functions via keybindings is much faster (more convenient).
-
org-SUPER-sparse-tree?
I use imenu, and helm-imenu to filter out the list interactively. Instead of scrolling through, you "jump" to an item via completion like helm-imenu, which filters all headings interactively in real-time as you type.
-
Is There A Buffer Package Like Vertico Pos-Frame That Makes A Rectangle Frame In The Middle For Dired Mode?
I personally use Helm, so I can manage all files (open, delete, copy, rename, etc) all from completing prompt directly, I don't need to open Dired for that.
-
What are the benefits of Vertico over Helm or Ivy?
Helm 1.2 release was in September 2011: https://github.com/emacs-helm/helm/releases/tag/v1.2
-
(require 'ffap) after bug fix #2574 in helm-lib.el?
I updated helm recently and when trying to use it after startup I was hitting "Defining as dynamic an already lexical var" . debugger showed me it was due to `ffap-machine-p-local` not being defined yet, digging into helm-lib.el i found that it is due to the ffap let bindings added recently to `helm-guess-filename-at-point` - the first one was to address this issue https://github.com/emacs-helm/helm/issues/2574 and more recently two more ffaps were let bound. I can fix by adding `(require 'ffap)` in the helm `use-package` `:config` -- wondering if this is the recommended way or if it might be something worth living inside helm-lib.el near the top where it requires cl-lib already?
-
Drastic slowdown in Helm+auctex
Related to https://github.com/emacs-helm/helm/discussions/2577
-
Completion command for common file moving/copying commands
Yes, Helm. Probably others like Embark.
What are some alternatives?
projectile - Project Interaction Library for Emacs
vertico - :dizzy: vertico.el - VERTical Interactive COmpletion
cider - The Clojure Interactive Development Environment that Rocks for Emacs
doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]
use-package - A use-package declaration for simplifying your .emacs
consult - :mag: consult.el - Consulting completing-read
prelude - Prelude is an enhanced Emacs 25.1+ distribution that should make your experience with Emacs both more pleasant and more powerful.
selectrum - 🔔 Better solution for incremental narrowing in Emacs.
makem.sh - Makefile-like script for linting and testing Emacs Lisp packages
company-mode - Modular in-buffer completion framework for Emacs
fzf - :cherry_blossom: A command-line fuzzy finder