https://github.com/10sr/prompt-text-el
Configure your Minibuffer Prompt
https://github.com/10sr/prompt-text-el
Last synced: over 1 year ago
JSON representation
Configure your Minibuffer Prompt
- Host: GitHub
- URL: https://github.com/10sr/prompt-text-el
- Owner: 10sr
- License: unlicense
- Created: 2016-01-02T08:53:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-30T13:08:49.000Z (over 4 years ago)
- Last Synced: 2025-01-16T09:08:02.143Z (over 1 year ago)
- Language: Emacs Lisp
- Homepage: http://10sr.github.io/prompt-text-el/
- Size: 22.5 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/10sr/prompt-text-el/actions/workflows/main.yml)
[](http://melpa.org/#/prompt-text)
[](http://stable.melpa.org/#/prompt-text)
prompt-text-el
==============
Configure your Minibuffer Prompt

Overview
--------
`prompt-text` provides a feature to print additional information
always when Emacs asks you something in minibuffer.
By default the text includes your login name, hostname and current working
directory.
For example, when you type `M-x`, Emacs will show a prompt like:
10sr@mbp0:~/prompt-text-el M-x
Enable global minor-mode `prompt-text-mode` to start using.
You can set `prompt-text-format` to change the text to print.
This value will be formatted with `format-mode-line`: see docstring of
`mode-line-format` for available expressions.
License
-------
This software is released under Unlicense.