From a508b6ca6b7aad9627e675c3f04623dd3209c1a4 Mon Sep 17 00:00:00 2001 From: "git@daemon.de" Date: Wed, 25 May 2016 15:02:48 +0200 Subject: [PATCH] add doc string --- viking-mode.el | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/viking-mode.el b/viking-mode.el index 1f171d1..66d6122 100644 --- a/viking-mode.el +++ b/viking-mode.el @@ -111,6 +111,16 @@ ;; M-x customize-face (select viking-blink) +;; The kill functions to be called in a row can be customized as well. The +;; default is this list: + +;; (setq vikink-kill-funcs (list 'viking-kill-word 'viking-kill-line-from-point +;; 'viking-kill-line 'viking-kill-paragraph +;; 'viking-kill-buffer)) + +;; Normally there should be no need to modify it. However, this gives +;; you much more flexibility. + ;; Or, modify all available viking-mode variables interactively with: ;; M-x customize-group (select viking-mode)