aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorVerdant <i@glowisle.me>2026-02-16 17:16:07 +0800
committerVerdant <i@glowisle.me>2026-02-16 17:16:07 +0800
commit46f18bd89667a3d4c1388466c345dfe5803b8acc (patch)
tree04e371d16589ff55602fcac8f4c921b6adbbd468 /README.md
parent218220290df1a259172811cf8a72d5972d01ec58 (diff)
downloadlazy-numbers-46f18bd89667a3d4c1388466c345dfe5803b8acc.tar.gz
lazy-numbers-46f18bd89667a3d4c1388466c345dfe5803b8acc.zip
docs: remove MELPA and use-package install
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/README.md b/README.md
index 8c6311f..7e2d8aa 100644
--- a/README.md
+++ b/README.md
@@ -6,31 +6,12 @@ Enter Numbers without moving your hands off the home row.
## Install
-### MELPA:
-
-```
-M-x package-install RET lazy-numbers RET
-```
-
-### use-package
-
-```elisp
-(use-package lazy-numbers
- :ensure t)
-```
-
### Manual installation
```elisp
(add-to-list 'load-path "/path/to/lazy-numbers/")
(require 'lazy-numbers)
-(global-set-key (kbd "C-'") #'lazy-number-enter)
-```
-
-Put the following in your init file:
-
-```elisp
(global-set-key (kbd "C-'") #'lazy-numbers-enter)
```