[Emacs] Add format-all

This commit is contained in:
Ivan Malison 2019-05-25 21:22:51 -07:00
parent 591ff5bda5
commit 610433eaf3
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -2104,6 +2104,11 @@ I don't use auto-complete at all, so I have set up a hook to automatically disab
(use-package unfill
:bind ("M-q" . unfill-toggle))
#+END_SRC
** format-all
#+begin_src emacs-lisp
(use-package format-all
:commands format-all-buffer)
#+end_src
** cliphist
#+BEGIN_SRC emacs-lisp
(use-package cliphist