Emacs: Install shrink-whitespace
Alan Pearce alan.pearce@spotcap.com
Thu, 27 Aug 2015 08:54:57 +0200
2 files changed, 11 insertions(+), 0 deletions(-)
M tag-emacs/emacs.d/Cask → tag-emacs/emacs.d/Cask
@@ -112,6 +112,7 @@ (depends-on "restclient") (depends-on "s") (depends-on "sass-mode") (depends-on "scss-mode") +(depends-on "shrink-whitespace") (depends-on "shut-up") (depends-on "simple-httpd") (depends-on "skewer-mode")
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -478,6 +478,16 @@ (if (daemonp) (add-hook #'before-make-frame-hook (lambda () (ws-butler-global-mode 1)))) #+END_SRC +** shrink-whitespace + +DWIM whitespace removal. So I don’t need =M-SPC=, =M-\= and =C-x o= +for similar things any more. + +#+BEGIN_SRC emacs-lisp + (req-package shrink-whitespace + :bind ("M-SPC" . shrink-whitespace)) +#+END_SRC + ** fasd Fasd is a nice shell plugin that remembers file and folder arguments,