all repos — archive/dotfiles @ 86ff9bac8178ab3adaf7c94676b00e69c2d39d5a

Superseded by nixfiles

Emacs: Install shrink-whitespace

Alan Pearce
commit

86ff9bac8178ab3adaf7c94676b00e69c2d39d5a

parent

c3d1083887130c7cad1764ca7738880de559906b

1 file changed, 10 insertions(+), 0 deletions(-)

changed files
M tag-emacs/emacs.d/init.orgtag-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,