mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
get rid of cp F6
This commit is contained in:
9
.emacs
9
.emacs
@@ -1,4 +1,4 @@
|
||||
;; Toms Emacs Config - portable - version ("20190214.01") -*-emacs-lisp-*-
|
||||
;; Toms Emacs Config - portable - version ("20190226.01") -*-emacs-lisp-*-
|
||||
;; * Introduction
|
||||
|
||||
;; This is my emacs config, it is more than twenty years old. It
|
||||
@@ -766,6 +766,9 @@
|
||||
;; 20190214.01
|
||||
;; - fixed C-c C-c in shell-script-mode
|
||||
|
||||
;; 20190226.01
|
||||
;; - unbound F6 and F5 from cperl mode
|
||||
|
||||
;; ** TODO
|
||||
|
||||
;; - check helpful https://github.com/wilfred/helpful
|
||||
@@ -793,7 +796,7 @@
|
||||
;; 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
|
||||
;; 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" 'describe-variable)
|
||||
(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-c#" 'perl-next-error)
|
||||
(local-set-key "\M-\C-q" 'own-cperl-indent-region-or-paragraph)
|
||||
|
||||
Reference in New Issue
Block a user