Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Context aware Elisp skeletons and completions.

Table of Contents

Requirements

NameVersion
Emacs29.1

Installation

With use-package and straight.el

(use-package elskel
  :straight (elskel
             :repo "KarimAziev/elskel"
             :type git
             :host github)
  :commands (elskel-complete))

Manual installation

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)

About

Context-aware Elisp completions.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages