mirror of
https://codeberg.org/scip/viking-mode.git
synced 2025-12-16 20:10:59 +01:00
fixed outlines
This commit is contained in:
@@ -19,15 +19,11 @@
|
||||
;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
||||
;; USA
|
||||
|
||||
;; Version: 0.01
|
||||
;; Author: T.v.Dein <tlinden@cpan.org>
|
||||
;; Maintainer: T.v.Dein <tlinden@cpan.org>
|
||||
;; Created: May 2016
|
||||
;; Keywords: kill delete
|
||||
;; Homepage: http://www.daemon.de/Viking
|
||||
;; Repository: https://github.com/tlinden/viking-mode
|
||||
;; License: GNU General Public License >= 2
|
||||
;; Distribution: This file is not part of Emacs
|
||||
;; Version: 0.01
|
||||
;; Author: T.v.Dein <tlinden@cpan.org>
|
||||
;; Keywords: kill delete
|
||||
;; Repository: https://github.com/tlinden/viking-mode
|
||||
;; License: GNU General Public License >= 2
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
@@ -36,6 +32,8 @@
|
||||
;; key stroke. As visual feedback the thing to be deleted will be
|
||||
;; highlighted shortly.
|
||||
|
||||
;;; Description:
|
||||
|
||||
;; The default key binding is C-d, but you may also bind it to C-k or
|
||||
;; whatever you wish.
|
||||
|
||||
@@ -146,7 +144,7 @@
|
||||
|
||||
|
||||
|
||||
;;; Code
|
||||
;;; Code:
|
||||
;;;; Customizable variables
|
||||
;;;;; Fonts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user