GitHunt
TA

tabfugnic/asdf.el

Emacs library to manage asdf

  • asdf.el

=asdf.el= is an Emacs interface for [[https://asdf-vm.com][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.

#+BEGIN_SRC emacs-lisp
(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
#+END_SRC

Languages

Emacs Lisp98.8%Shell1.2%

Contributors

GNU General Public License v3.0
Created January 13, 2021
Updated December 25, 2025