KarimAziev / flycheck-menu

Transient menu for flycheck.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Simple transient menu for flycheck.

Table of Contents

Requirements

NameVersion
Emacs28.1
flycheck32
transient0.6.0

Installation

With use-package and straight.el

(use-package flycheck-menu
  :straight (flycheck-menu
             :repo "KarimAziev/flycheck-menu"
             :type git
             :host github)
  :commands (flycheck-menu))

Manual installation

Download the source code and put it wherever you like, e.g. into ~/.emacs.d/flycheck-menu/

git clone https://github.com/KarimAziev/flycheck-menu.git ~/.emacs.d/flycheck-menu/

Add the downloaded directory to the load path:

(add-to-list 'load-path "~/.emacs.d/flycheck-menu/")
(require 'flycheck-menu)

Usage

Run M-x flycheck-menu.

About

Transient menu for flycheck.

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%