From 75dcc93f1405c547c4acd69b543c358adc142be3 Mon Sep 17 00:00:00 2001 From: deb0ch Date: Mon, 12 Dec 2016 10:20:39 +0100 Subject: [PATCH] minor improvements in README --- README.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 39798ac..fb74e12 100644 --- a/README.org +++ b/README.org @@ -7,7 +7,7 @@ - [[#installation][Installation]] - [[#how-to-use][How to use]] - [[#configuration][Configuration]] - - [[#custom-keymap][Custom keymap]] + - [[#keybindings][Keybindings]] - [[#customize-options][Customize options]] - [[#configuration-file-example][Configuration file example]] @@ -73,7 +73,7 @@ frames, giving the user a smoother experience of multi-screen Emacs. *Ex:* ~SPC u - 1 2 C-`~ to delete window 12. * Configuration -** Custom keymap +** Keybindings To define your own bindings and override the default ones, override =winum-keymap= before activating the mode: @@ -82,7 +82,7 @@ To define your own bindings and override the default ones, override (setq winum-keymap (let ((map (make-sparse-keymap))) (define-key map "\M-m 0" 'select-window-0) - ; ... + ; ... (define-key map "\M-m 9" 'select-window-9) map)) (winum-mode) @@ -156,7 +156,7 @@ Several options are available through Emacs' Customize interface under List of buffers to ignore when selecting window. - Default: ='(" *which-key*")= + Default: '(" *which-key*") - face: =winum-face=