Browse Source

Remove unused

master
10sr 5 years ago
parent
commit
79cfa467d0
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      emacs.el

+ 0
- 8
emacs.el View File

@@ -320,13 +320,6 @@ found, otherwise returns nil."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; editting

(defun my-copy-whole-line ()
"Copy whole line."
(interactive)
(kill-new (concat (buffer-substring (point-at-bol)
(point-at-eol))
"\n")))

(setq require-final-newline t)
(setq kill-whole-line t)
(setq scroll-conservatively 35
@@ -370,7 +363,6 @@ found, otherwise returns nil."
(global-set-key (kbd "C-m") 'newline-and-indent)
;; (global-set-key (kbd "C-o") (kbd "C-e C-m"))

(define-key esc-map "k" 'my-copy-whole-line)
;; (global-set-key "\C-z" 'undo) ; undo is M-u
(define-key esc-map "u" 'undo)
(define-key esc-map "i" (kbd "ESC TAB"))


Loading…
Cancel
Save