Réglé problème touch backspace emacs console.
[hvlinux.git] / stage5 / misc / emacs / emacsrc
index edc927a..2d8b3fb 100644 (file)
@@ -32,6 +32,9 @@
 ;; Pour avoir les accents
 (set-keyboard-coding-system 'utf-8)
 
+;; Pour que la touche backspace fonctionne aussi en mode console:
+(normal-erase-is-backspace-mode 0)
+
 ;; 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.