Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

credo.el

Provides commands to run Credo checks.

This mode has been heavily inspired by the excellent exunit.el. Thanks to @ananthakumaran!

Setup

(add-hook 'elixir-mode-hook 'credo-mode)

;; Optionally configure `transient-default-level' to 5 to show extra switches
;; Or use `C-x l' to change the level of individual commands and switches
(setq transient-default-level 5) ;; default is 4

Usage

The default key-binding is C-c C-,. Invoking it will bring up a menu to show you the options you have.

Commands

KeyboardDescription
C-c C-, scredo-suggest Run credo suggest
C-c C-, ucredo-list Run credo list
C-c C-, rcredo-rerun Re-run the last credo invocation

About

An emacs package for running credo checks.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages