diff --git a/.emacs b/.emacs index 7b8cee2..f17aa34 100644 --- a/.emacs +++ b/.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)