_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-fish-completion 1.2
Dependencies: fish@3.7.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/Ambrevar/emacs-fish-completion
Licenses: GPL 3+
Synopsis: Fish completion for Emacs pcomplete
Description:

This package provides completion for the Fish shell to pcomplete (used by shell and Eshell). You can set it up globally with:

(when (and (executable-find "fish")
           (require 'fish-completion nil t))
  (global-fish-completion-mode))

Alternatively, you can call the fish-completion-mode manually or in shell/Eshell mode hook.

The package emacs-bash-completion is an optional dependency: if available, fish-completion-complete can be configured to fall back on bash to further try completing. See fish-completion-fallback-on-bash-p.

emacs-flycheck-haskell 0.8-2.32ddff8
Propagated dependencies: emacs-dash@2.19.1 emacs-flycheck@34.1 emacs-haskell-mode@17.5 emacs-let-alist@1.0.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/flycheck/flycheck-haskell
Licenses: GPL 3+
Synopsis: Flycheck for Haskell
Description:

This package configures syntax-checking for Haskell buffers.

emacs-flyspell-correct 0.4-1.0486912
Propagated dependencies: emacs-helm@4.0 emacs-ivy@0.14.2
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/d12frosted/flyspell-correct
Licenses: GPL 3+
Synopsis: Correct words with @code{flyspell} via custom interface
Description:

This package provides functionality for correcting words via custom interfaces.

emacs-frog-jump-buffer 0.1.4-1.2d7b342
Propagated dependencies: emacs-dash@2.19.1 emacs-frog-menu@0.2.11 emacs-avy@0.5.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/waymondo/frog-jump-buffer
Licenses: GPL 3+
Synopsis: Jump to any Emacs buffer with minimal keystrokes
Description:

This package provides a preview window of buffers that can be switched to with quicklink-style selections.

emacs-flycheck-package 0.14
Propagated dependencies: emacs-flycheck@34.1 emacs-package-lint@0.24
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/purcell/flycheck-package
Licenses: GPL 3+
Synopsis: Flycheck checker for elisp package metadata
Description:

This library provides a flycheck checker for the metadata in Emacs Lisp files which are intended to be packages.

emacs-flycheck-package 0.13-0.303f9e0
Propagated dependencies: emacs-flycheck@34.1 emacs-package-lint@0.24
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/purcell/flycheck-package
Licenses: GPL 3+
Synopsis: Flycheck checker for elisp package authors
Description:

Provides feedback via flycheck about issues with the package metadata of a file, e.g. the package dependencies it requires.

emacs-flymake-quickdef 1.0.0-0.150c583
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/karlotness/flymake-quickdef
Licenses: GPL 3+
Synopsis: Quickly define a new Flymake backend
Description:

This package mainly defines a macro which helps remove some of the boilerplate code from defining new Flymake backend functions.

emacs-flyspell-correct 0.6.1
Propagated dependencies: emacs-helm@4.0 emacs-ivy@0.14.2 emacs-popup@0.5.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/d12frosted/flyspell-correct
Licenses: GPL 3+
Synopsis: Correcting words with flyspell via custom interfaces
Description:

This package provides functionality for correcting words via custom interfaces. Several interfaces are supported beside the classic Ido: Popup, Helm and Ivy.

emacs-flycheck-cpplint 1.0.2
Dependencies: cpplint@1.5.5
Propagated dependencies: emacs-flycheck@34.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/flycheck/flycheck-google-cpplint
Licenses: GPL 3+
Synopsis: Google C++ checker for Flycheck
Description:

This package provides a interface for cpplint over Flycheck plugin. cpplint is a static code checker for C++, following Google guidelines.

emacs-frames-only-mode 1.0.0
Propagated dependencies: emacs-dash@2.19.1 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/davidshepherd7/frames-only-mode
Licenses: GPL 3+
Synopsis: Use frames instead of Emacs windows
Description:

This is an Emacs global minor mode to use Emacs frames instead of Emacs' internal windowing system. This combines particularly well with tiling window managers such as XMonad.

emacs-flymake-flycheck 20210404.2128
Propagated dependencies: emacs-flycheck@34.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/purcell/flymake-flycheck
Licenses: GPL 3+
Synopsis: Use Flycheck checkers as Flymake backends
Description:

This package provides support for running any Flycheck checker as a Flymake diagnostic backend. The effect is that Flymake will control when the checker runs, and Flymake will receive its errors.

emacs-flymake-quickdef 1.0.0-0.150c583
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/karlotness/flymake-quickdef
Licenses: GPL 3+
Synopsis: Quickly define a new Flymake backend
Description:

This package mainly defines `flymake-quickdef-backend', a macro which helps remove some of the boilerplate code from defining new Flymake backend functions. Consult the function's documentation for full information on use. The macro defines a function which is suitable for use with `flymake-diagnostic-functions' and handles running the external process, creating and removing any necessary files and buffers, and regex matches against diagnostic output.

emacs-font-lock-studio 0.0.7-1.12c3596
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Lindydancer/font-lock-studio
Licenses: GPL 3+
Synopsis: Interactive debugger for Font Lock keywords
Description:

Font Lock Studio is an interactive debugger for Emacs syntax highlighting rules, also called Font Lock keywords. It can single-step Font Lock keywords -- matchers, highlights, and anchored rules, to see what happens when a buffer is fontified. Breakpoints can be set on or inside rules. When inside a rule, matches are visualized using a palette of background colors. The explainer can describe a rule in plain-text English. Finally, tight integration with Edebug allows stepping into Lisp expressions that are part of the Font Lock keywords.

emacs-flymake-proselint 0.3.0
Dependencies: python-proselint@0.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~manuel-uberti/flymake-proselint
Licenses: GPL 3+
Synopsis: Flymake backend for @code{proselint}
Description:

This package adds support for proselint in Flymake.

emacs-flycheck-clj-kondo 0.0.4-1.e38c67b
Propagated dependencies: emacs-flycheck@34.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/borkdude/flycheck-clj-kondo
Licenses: GPL 3+
Synopsis: Add Clj-kondo linter to Flycheck
Description:

This package integrates Clj-kondo with Emacs via Flycheck.

emacs-flymake-perlcritic 1.0.3-0.c11fee8
Dependencies: perl-critic@1.140
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/flymake/emacs-flymake-perlcritic
Licenses: GPL 3+
Synopsis: Flymake handler for perlcritic
Description:

Flymake Perlcritic adds support to Flymake for running Perl::Critic to perform static analysis of Perl code.

emacs-flymake-shellcheck 0.1-1.ac534e9
Dependencies: shellcheck@0.10.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/federicotdn/flymake-shellcheck
Licenses: GPL 3+
Synopsis: Flymake backend for Bash/Sh powered by ShellCheck
Description:

This package provides a backend for Flymake to use the tool ShellCheck for static analyzing bash and sh scripts.

emacs-flymake-collection 1.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/mohkale/flymake-collection/
Licenses: Expat
Synopsis: Collection of checkers for Flymake
Description:

This package provides a comprehensive list of diagnostic-functions for use with Flymake, give users the tools to easily define new syntax checkers and help selectively enable or disable diagnostic functions based on major modes.

emacs-flycheck-nimsuggest 20171027.2208
Propagated dependencies: emacs-flycheck@34.1
Channel: tassos-guix
Location: tassos-guix/packages/emacs-xyz.scm (tassos-guix packages emacs-xyz)
Home page: https://github.com/yuutayamada/flycheck-nimsuggest
Licenses: GPL 3+
Synopsis: flycheck backend for Nim using nimsuggest
Description:

This package provides on-the-fly syntax check support using Nimsuggest and flycheck.el.

emacs-format-all-the-code 0.6.0
Propagated dependencies: emacs-inheritenv@0.2 emacs-language-id@0.20
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/lassik/emacs-format-all-the-code
Licenses: Expat
Synopsis: Auto-format any source code
Description:

This package lets you auto-format source code in many languages using the same command for all languages, instead of learning a different Emacs package and formatting command for each language. Over 70 languages are supported, including Emacs Lisp, Kotlin, Go and Rust.

emacs-flycheck-grammalecte 2.4
Dependencies: grammalecte@2.1.1 python@3.10.7
Propagated dependencies: emacs-flycheck@34.1 emacs-pkg-info@0.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.umaneti.net/flycheck-grammalecte/
Licenses: GPL 3+
Synopsis: Integrate Grammalecte with Flycheck
Description:

Integrate the French grammar and typography checker Grammalecte with Flycheck to automatically look for mistakes in your writings. It also provides an easy way to find synonyms and antonyms for a given word (to avoid repetitions for example).

emacs-find-file-in-project 6.2.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/technomancy/find-file-in-project
Licenses: GPL 3+
Synopsis: File/directory finder for Emacs
Description:

find-file-in-project finds files or directories quickly in the current project. The project root is detected automatically when Git, Subversion or Mercurial are used. It also provides functions to assist in reviewing changes on files.

emacs-fill-column-indicator 1.90
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.emacswiki.org/emacs/FillColumnIndicator
Licenses: GPL 3+
Synopsis: Graphically indicate the fill column
Description:

Fill-column-indicator graphically indicates the location of the fill column by drawing a thin line down the length of the editing window.

Page: 1234
Total results: 95