Rename .emacs → init.el.

This commit is contained in:
tastytea 2020-02-19 18:54:11 +01:00
parent 0375d5d806
commit 332dfbf1b9
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ you close and reopen it, it won't work anymore.
## Installation ## Installation
To use `register-quicknav.el`, put it in your load-path and add the following 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) (require 'register-quicknav)
(global-set-key (kbd "<C-f5>") 'register-quicknav/prev-register) (global-set-key (kbd "<C-f5>") 'register-quicknav/prev-register)

View File

@ -38,7 +38,7 @@
;; Installation: ;; Installation:
;; ;;
;; To use `register-quicknav.el', put it in your load-path and add the following ;; 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) ;; (require 'register-quicknav)
;; (global-set-key (kbd "<C-f5>") 'register-quicknav/prev-register) ;; (global-set-key (kbd "<C-f5>") 'register-quicknav/prev-register)