Context aware Elisp skeletons and completions.
| Name | Version |
|---|---|
| Emacs | 29.1 |
(use-package elskel
:straight (elskel
:repo "KarimAziev/elskel"
:type git
:host github)
:commands (elskel-complete))Download the source code and put it wherever you like, e.g. into ~/.emacs.d/elskel/
git clone https://github.com/KarimAziev/elskel.git ~/.emacs.d/elskel/Add the downloaded directory to the load path:
(add-to-list 'load-path "~/.emacs.d/elskel/")
(require 'elskel)