From 8e263069164acc87405e91b7abf3c3d426b75ca4 Mon Sep 17 00:00:00 2001 From: deb0ch Date: Sat, 28 Jan 2017 22:25:17 +0100 Subject: [PATCH] fix repo name in readme --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index e75bf26..0672251 100644 --- a/README.org +++ b/README.org @@ -73,13 +73,13 @@ your Emacs configuration: #+BEGIN_SRC shell cd /path/to/install/folder - git clone https://github.com/deb0ch/winum.el + git clone https://github.com/deb0ch/emacs-winum #+END_SRC - Add the following to your Emacs configuration: #+BEGIN_SRC emacs-lisp - (add-to-list 'load-path "/path/to/install/folder/winum.el/") + (add-to-list 'load-path "/path/to/install/folder/emacs-winum/") (require 'winum)