https://github.com/ajsquared/bar-cursor
Change Emacs cursor into a bar
https://github.com/ajsquared/bar-cursor
Last synced: about 1 year ago
JSON representation
Change Emacs cursor into a bar
- Host: GitHub
- URL: https://github.com/ajsquared/bar-cursor
- Owner: ajsquared
- License: gpl-2.0
- Created: 2013-05-14T21:57:33.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2020-12-04T22:44:54.000Z (over 5 years ago)
- Last Synced: 2024-04-18T14:34:49.003Z (about 2 years ago)
- Language: Emacs Lisp
- Size: 12.7 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# bar-cursor
## Introduction
bar-cursor is an Emacs Lisp package that changes the Emacs cursor from a block into a bar. In overwrite-mode, the cursor will change into a block.
I forked bar-cursor from the file by Joseph L. Casadonte Jr. found on [his webpage](http://www.northbound-train.com/emacs.html#MyPackages).
## Installation
1. Place `bar-cursor.el` somewhere on your Emacs load path.
2. Add `(require 'bar-cursor)` to your .emacs
3. Add `(bar-cursor-mode 1)` to your .emacs
`bar-cursor.el` is also available in Melpa. See the [setup instructions](https://github.com/melpa/melpa#usage) for information on using Melpa. Then you can run `M-x package-install bar-cursor` to install it.