From dd8988a4a5775425e2eabf71a02eaad56551a443 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Fri, 23 Jun 2017 16:22:50 +0200 Subject: [PATCH] added C-k local binding with support for blocks and continuations --- config-general-mode.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config-general-mode.el b/config-general-mode.el index 71263e0..5008c03 100644 --- a/config-general-mode.el +++ b/config-general-mode.el @@ -63,13 +63,14 @@ ;;;; Usage -;; Edit your config file as usual. Use `' for completion of -;; values and variables. Use `C-c C-t' to toggle flags (like true to +;; Edit your config file as usual. Use `' for completion of +;; values and variables. Use `C-c C-t' to toggle flags (like true to ;; false). Use `C-c C-=' on a region to automatically align on the `=` ;; character. Use `C-c C-/' to breakup a region with long lines into ;; shorter ones using backslash notation. Use `' to visit ;; an included file or (when not on a link) insert a new line below -;; the current one, indent and move point there. +;; the current one, indent and move point there. Use `' to delete +;; lines, including continuation lines or whole blocks. ;;;; Customize