diff options
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-rw-r--r-- | tag-emacs/emacs.d/init.org | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index f6d64809..291c802a 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -478,6 +478,16 @@ open it. Whitespace butler fixes whitespace only for lines that I’m editing. (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, |