Remove move-text

This commit is contained in:
Lars Tveito 2016-01-05 21:42:18 +01:00
parent 5d8ff8a0ae
commit c815eaa90b

View File

@ -184,7 +184,6 @@
matlab-mode ; MATLAB integration with Emacs
maude-mode ; Emacs mode for the programming language Maude
monokai-theme ; A fruity color theme for Emacs
move-text ; Move current line or region with M-up or M-down
multiple-cursors ; Multiple cursors for Emacs.
olivetti ; Minor mode for a nice writing environment
org ; Outline-based notes management and organizer
@ -1266,13 +1265,6 @@
(define-key helm-map (kbd "C-z") 'helm-select-action)
#+END_SRC
Bindings for =move-text=.
#+BEGIN_SRC emacs-lisp
(define-key custom-bindings-map (kbd "<M-S-up>") 'move-text-up)
(define-key custom-bindings-map (kbd "<M-S-down>") 'move-text-down)
#+END_SRC
Bind some native Emacs functions.
#+BEGIN_SRC emacs-lisp