Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yantonov/showcharcode
minor mode for emacs to show character code under point
https://github.com/yantonov/showcharcode
Last synced: 15 days ago
JSON representation
minor mode for emacs to show character code under point
- Host: GitHub
- URL: https://github.com/yantonov/showcharcode
- Owner: yantonov
- Created: 2013-08-04T17:50:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-04T17:56:55.000Z (over 11 years ago)
- Last Synced: 2023-04-02T12:47:07.952Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## showcharcode
Minor mode for emacs designed to show character code under cursor.In typical case you need to call what-cursor-potision function by pressing C-x = at each character.
After enabling this mode character info is displayed at echo area for character under point.
## usage
Install showcharcode.el into preferred dir.Add this lines to your .emacs
(add-to-list 'load-path "/path/to/preferred-dir")
(require 'showcharcode)Mode is disabled by default, because its needed only in special case.
To toggle this mode:M-x showcharcode-mode