Skip to content
 
 

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Flymake Credo

Flymake backend for Credo.

Installation

Manually

Clone Flymake Credo repository to an arbitrary location:

$ git clone https://github.com/vinikira/flymake-credo ~/.emacs.d/site-elisp/flymake-credo

Add Flymake Credo directory to load-path in your Emacs initialization file (init.el) and load it.

;; add to load-path
(add-to-list 'load-path "/replace/me/to/flymake-credo/full/path")

;; load flymake-credo feature
(require 'flymake-credo nil t)

Straight

Add the following to your config file in order to install using straight:

(straight-use-package
 '(flymake-credo :type git :host github :repo "vinikira/flymake-credo" :branch "main"))

Customize

Note: To see all the options from Emacs directly, and to customize it, just type: M-x customize-group RET flymake-credo RET.

References

About

Flymake backend for Credo.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages