mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-25 03:00:05 +00:00
[emacs] Add unfill
This commit is contained in:
parent
02d14a5b75
commit
e024a39597
2 changed files with 8 additions and 0 deletions
|
@ -811,3 +811,10 @@ Taken from [[http://emacsredux.com/blog/2013/06/21/eval-and-replace/][Emacs Redu
|
||||||
|
|
||||||
(global-set-key (kbd "C-)") 'eval-and-replace)
|
(global-set-key (kbd "C-)") 'eval-and-replace)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
* Unfill
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package! unfill
|
||||||
|
:commands (unfill-paragraph
|
||||||
|
unfill-region)
|
||||||
|
:bind ("M-Q" . unfill-paragraph))
|
||||||
|
#+end_src
|
||||||
|
|
|
@ -10,3 +10,4 @@
|
||||||
(package! ob-http)
|
(package! ob-http)
|
||||||
(package! paredit)
|
(package! paredit)
|
||||||
(package! uuidgen)
|
(package! uuidgen)
|
||||||
|
(package! unfill)
|
||||||
|
|
Loading…
Reference in a new issue