Add the below in .emacs (under your home directory)
;; make emacs use the clipboard
(setq x-select-enable-clipboard t)
(setq interprogram-paste-function ‘x-cut-buffer-or-selection-value)
Add the below in .emacs (under your home directory)
;; make emacs use the clipboard
(setq x-select-enable-clipboard t)
(setq interprogram-paste-function ‘x-cut-buffer-or-selection-value)
Use
Esc-d
Under your home directory, make .emacs file including
——
(require ‘cc-mode)
(global-font-lock-mode 1)
——–
This will provide syntax colorization.
1. In Putty,
In Terminal, Keyboard setting,
Backspace Key: Ctrl-H
2. Under your home directory make .emacs including
(define-key global-map “\C-h” ‘backward-delete-char)
See here
