gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNU ELPA] Nameless version 1.0.2


From: ELPA update
Subject: [GNU ELPA] Nameless version 1.0.2
Date: Sun, 31 Mar 2024 05:39:38 -0400

Version 1.0.2 of package Nameless has just been released in GNU ELPA.
You can now find it in M-x list-packages RET.

Nameless describes itself as:

  ==============================================
  Hide package namespace in your emacs-lisp code
  ==============================================

More at https://elpa.gnu.org/packages/nameless.html

## Summary:




  Nameless — /less is more/
  ═════════════════════════

    *Hide package namespaces in your emacs-lisp code.*

    Simply put, turn on this minor mode, and the namespace prefix of the
    package you’re editing will be hidden by a `:'. Here’s a comparison.
    The image to the *left* is what you normally see. The image to the
    *right* has `nameless-mode' turned on.
     <file:example-nameless.png>


  Usage
  ─────

    To use this package add the following configuration to your Emacs init
    file.

    ┌────
    │ (add-hook 'emacs-lisp-mode-hook #'nameless-mode)
    └────

    You can configure a string to use instead of `:' by setting the
    `nameless-prefix', and the name of the face used is `nameless-face'.
    You can even just hide the prefix completely by setting this variable
    to an empty string.

## Recent NEWS:

[Not provided 🙁]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]