Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 477 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 477 Bytes

refacterl

A set of tools on top of erlang.el to help with developing Erlang software with Emacs

Installation

Right now manual installation is required:

git clone [email protected]:erlang-emacs/refacterl.git
(add-to-list 'load-path "/path/to/refacterl")
(require 'refacterl)

Available commands

  • erlang--binaries-to-defines
  • erlang--cycle-string-like
  • erlang--split-exports
  • erlang--export-fun-at-point