get rid of cp F6

This commit is contained in:
Thomas von Dein
2019-02-26 12:27:23 +01:00
parent ad62ddc734
commit 3d4d60e47f

9
.emacs
View File

@@ -1,4 +1,4 @@
;; Toms Emacs Config - portable - version ("20190214.01") -*-emacs-lisp-*- ;; Toms Emacs Config - portable - version ("20190226.01") -*-emacs-lisp-*-
;; * Introduction ;; * Introduction
;; This is my emacs config, it is more than twenty years old. It ;; This is my emacs config, it is more than twenty years old. It
@@ -766,6 +766,9 @@
;; 20190214.01 ;; 20190214.01
;; - fixed C-c C-c in shell-script-mode ;; - fixed C-c C-c in shell-script-mode
;; 20190226.01
;; - unbound F6 and F5 from cperl mode
;; ** TODO ;; ** TODO
;; - check helpful https://github.com/wilfred/helpful ;; - check helpful https://github.com/wilfred/helpful
@@ -793,7 +796,7 @@
;; My emacs config has a version (consisting of a timestamp with a ;; My emacs config has a version (consisting of a timestamp with a
;; serial), which I display in the mode line. So I can clearly see, if ;; serial), which I display in the mode line. So I can clearly see, if
;; I'm using an outdated config somewhere. ;; I'm using an outdated config somewhere.
(defvar tvd-emacs-version "20190214.01") (defvar tvd-emacs-version "20190226.01")
;; -------------------------------------------------------------------------------- ;; --------------------------------------------------------------------------------
@@ -2236,8 +2239,6 @@ col1, col2"
(local-set-key "\C-hV" 'cperl-get-help) (local-set-key "\C-hV" 'cperl-get-help)
(local-set-key "\C-hv" 'describe-variable) (local-set-key "\C-hv" 'describe-variable)
(local-set-key "\C-cr" 'perl-run) (local-set-key "\C-cr" 'perl-run)
(local-set-key [f5] 'perl-run) ;F5 perl-run
(local-set-key [f6] 'perl-kill) ;F6 perl-kill
(local-set-key "\C-ck" 'perl-kill) (local-set-key "\C-ck" 'perl-kill)
(local-set-key "\C-c#" 'perl-next-error) (local-set-key "\C-c#" 'perl-next-error)
(local-set-key "\M-\C-q" 'own-cperl-indent-region-or-paragraph) (local-set-key "\M-\C-q" 'own-cperl-indent-region-or-paragraph)