From 332dfbf1b98d5ecdbc40e7e3293c6c9c00ffb693 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 19 Feb 2020 18:54:11 +0100 Subject: [PATCH] =?UTF-8?q?Rename=20.emacs=20=E2=86=92=20init.el.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- register-quicknav.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bc8832..deb5101 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ you close and reopen it, it won't work anymore. ## Installation To use `register-quicknav.el`, put it in your load-path and add the following -to your .emacs: +to your init.el: (require 'register-quicknav) (global-set-key (kbd "") 'register-quicknav/prev-register) diff --git a/register-quicknav.el b/register-quicknav.el index acc75b9..2ddfc79 100644 --- a/register-quicknav.el +++ b/register-quicknav.el @@ -38,7 +38,7 @@ ;; Installation: ;; ;; To use `register-quicknav.el', put it in your load-path and add the following -;; to your .emacs: +;; to your init.el: ;; ;; (require 'register-quicknav) ;; (global-set-key (kbd "") 'register-quicknav/prev-register)