From 92ac862a0db96c626be4a9eec6722c5a5e4e4778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Tue, 17 Dec 2019 22:01:34 +0100 Subject: [PATCH] rtags: use non-breaking spaces to avoid wrapping Key column on the webpage --- init.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/init.el b/init.el index 4c14a8b..ffabb1d 100644 --- a/init.el +++ b/init.el @@ -497,14 +497,14 @@ of the key binding used to execute this command." ;;; | Key | Function ;;; |-----------|---------- -;;; | `C-c R .` | `rtags-find-symbol-at-point` -;;; | `C-c R [` | `rtags-location-stack-back` -;;; | `C-c R ,` | `rtags-find-references-at-point` -;;; | `C-c R /` | `rtags-find-all-references-at-point` +;;; | `C-c R .` | `rtags-find-symbol-at-point` +;;; | `C-c R [` | `rtags-location-stack-back` +;;; | `C-c R ,` | `rtags-find-references-at-point` +;;; | `C-c R /` | `rtags-find-all-references-at-point` ;;; | | `rtags-find-references-current-file` ;;; | | `rtags-find-references-current-dir` -;;; | `C-c R v` | `rtags-find-virtuals-at-point` -;;; | `C-c R ;` | `rtags-find-file` (in the current project no metter in which directory) +;;; | `C-c R v` | `rtags-find-virtuals-at-point` +;;; | `C-c R ;` | `rtags-find-file` (in the current project no metter in which directory) ;;; ### Lisp and Emacs lisp ###