RET key set to newline only

This commit is contained in:
Sameer Rahmani 2017-04-20 16:25:53 +01:00
parent 3a25afe8f3
commit 14b466f16a
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@
(global-unset-key (kbd "C-o"))
(global-unset-key (kbd "C-v"))
(global-set-key (kbd "RET") 'newline)
;; replace strings
(global-set-key (kbd "C-c M-s") 'replace-string)