From 1e6b143b8949e09c1231f860a7d9662010b7cb75 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 19 Feb 2018 10:27:32 +0100 Subject: Update all modes --- .emacs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.emacs') diff --git a/.emacs b/.emacs index c1824cd..fe066af 100644 --- a/.emacs +++ b/.emacs @@ -1,6 +1,13 @@ ;; Set up the keyboard so the delete key on both the regular keyboard ;; and the keypad delete the character under the cursor and to the right ;; under X, instead of the default, backspace behavior. + +;; Added by Package.el. This must come before configurations of +;; installed packages. Don't delete this line. If you don't want it, +;; just comment it out by adding a semicolon to the start of the line. +;; You may delete these explanatory comments. +;;(package-initialize) + (global-set-key [delete] 'delete-char) (global-set-key [kp-delete] 'delete-char) -- cgit v1.3