Skip to content

Commit

Permalink
Revert C-m hack - caused too much trouble.
Browse files Browse the repository at this point in the history
  • Loading branch information
candera committed Aug 24, 2016
1 parent c4a4a11 commit e4a64c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -1793,8 +1793,9 @@ remain indented by four spaces after refilling."
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

(define-key input-decode-map [?\C-m] [C-m])
(global-set-key (kbd "<C-m>") 'next-line)
;; Caused more problems than it solved.
;; (define-key input-decode-map [?\C-m] [C-m])
;; (global-set-key (kbd "<C-m>") 'next-line)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
Expand Down

0 comments on commit e4a64c1

Please sign in to comment.