Switch from drag-stuff to objed
This commit is contained in:
parent
8717652579
commit
3689850eeb
@ -1706,15 +1706,21 @@ I also want FlySpell to be enabled during Git commit message editing.
|
|||||||
(use-package org-projectile-helm)
|
(use-package org-projectile-helm)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Drag stuff
|
** Text object manipulation
|
||||||
|
|
||||||
To move lines around.
|
From the package description:
|
||||||
|
|
||||||
|
#+BEGIN_QUOTE
|
||||||
|
Text objects are textual patterns like a line, a top level definition, a word, a sentence or any
|
||||||
|
other unit of text. When objed-mode is enabled, certain editing commands (configurable) will
|
||||||
|
activate objed and enable its modal editing features.
|
||||||
|
#+END_QUOTE
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package drag-stuff
|
(use-package objed
|
||||||
:config
|
:bind
|
||||||
(drag-stuff-global-mode t)
|
(:map global-map
|
||||||
(drag-stuff-define-keys))
|
("M-SPC" . objed-activate)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Ace window
|
** Ace window
|
||||||
|
@ -61,7 +61,6 @@
|
|||||||
delight
|
delight
|
||||||
dired-k
|
dired-k
|
||||||
dockerfile-mode
|
dockerfile-mode
|
||||||
drag-stuff
|
|
||||||
editorconfig
|
editorconfig
|
||||||
electric-case
|
electric-case
|
||||||
electric-operator
|
electric-operator
|
||||||
@ -139,6 +138,7 @@
|
|||||||
ng2-mode
|
ng2-mode
|
||||||
nyan-mode
|
nyan-mode
|
||||||
nyan-prompt
|
nyan-prompt
|
||||||
|
objed
|
||||||
org
|
org
|
||||||
org-bullets
|
org-bullets
|
||||||
org-jekyll
|
org-jekyll
|
||||||
|
Loading…
Reference in New Issue
Block a user