mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Remove move-text
This commit is contained in:
parent
5d8ff8a0ae
commit
c815eaa90b
8
init.org
8
init.org
@ -184,7 +184,6 @@
|
|||||||
matlab-mode ; MATLAB integration with Emacs
|
matlab-mode ; MATLAB integration with Emacs
|
||||||
maude-mode ; Emacs mode for the programming language Maude
|
maude-mode ; Emacs mode for the programming language Maude
|
||||||
monokai-theme ; A fruity color theme for Emacs
|
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.
|
multiple-cursors ; Multiple cursors for Emacs.
|
||||||
olivetti ; Minor mode for a nice writing environment
|
olivetti ; Minor mode for a nice writing environment
|
||||||
org ; Outline-based notes management and organizer
|
org ; Outline-based notes management and organizer
|
||||||
@ -1266,13 +1265,6 @@
|
|||||||
(define-key helm-map (kbd "C-z") 'helm-select-action)
|
(define-key helm-map (kbd "C-z") 'helm-select-action)
|
||||||
#+END_SRC
|
#+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.
|
Bind some native Emacs functions.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user