diff --git a/init.org b/init.org index d520ea5..f870790 100644 --- a/init.org +++ b/init.org @@ -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 "") 'move-text-up) - (define-key custom-bindings-map (kbd "") 'move-text-down) - #+END_SRC - Bind some native Emacs functions. #+BEGIN_SRC emacs-lisp