emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/topspace ca7a6ba61a 004/181: fixed typo in README instr


From: ELPA Syncer
Subject: [elpa] externals/topspace ca7a6ba61a 004/181: fixed typo in README instruction
Date: Tue, 23 Aug 2022 12:58:28 -0400 (EDT)

branch: externals/topspace
commit ca7a6ba61a3410ddb3663a08d4266eff0cb5d020
Author: Trevor Pogue <poguete@mcmaster.ca>
Commit: Trevor Pogue <poguete@mcmaster.ca>

    fixed typo in README instruction
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 9ad6424d00..3e3ee3cc03 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ Scrolling also integrates well with `centered-cursor-mode`, 
allowing the cursor
 Save the file from this repository named `"vertical-center-mode.el"` into a 
directory of your choice, then add the following lines to your [`.emacs`][1] 
file if not using Spacemacs:
 
        (setq load-path (append load-path "<directory>"))
-       (require 'use-package)
+       (require 'vertical-center-mode)
 
 If using Spacemacs, add the following to your `dotspacemacs/user-config`:
 
@@ -26,7 +26,7 @@ Above, `<directory>` should be the path to the directory in 
which you saved the
 # Usage
 After restarting Emacs, you can now activate or deactivate the mode by typing 
<kbd>M-x vertical-center-mode</kbd>.
 
-You can also globally enable the minor mode either manually by typing <kbd>M-x 
global-vertical-center-mode</kbd>, or on init by adding the following to your 
init file.
+You can also globally enable the minor mode either manually by typing <kbd>M-x 
global-vertical-center-mode</kbd>, or on init by adding the following to your 
init file:
 
 `(global-vertical-center-mode 1)`
 



reply via email to

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