Skip to content

tabfugnic/asdf.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asdf.el

asdf.el is an Emacs interface for asdf version manager.

It provides functions that plug into the cli through Emacs and adds the necessary environment setup so your software will run within Emacs.

Installation

Add asdf.el to your load path and enable it.

(add-to-list 'load-path "/path/to/asdf.el")
(require 'asdf)

(asdf-enable) ;; This ensures Emacs has the correct paths to asdf shims and bin

About

Emacs library to manage asdf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published