all repos — nixfiles @ b912fe69c30626d2297f72f9bd3a2f1c407992bc

System and user configuration, managed by nix and home-manager

Whitespace cleanup

Alan Pearce
commit

b912fe69c30626d2297f72f9bd3a2f1c407992bc

parent

8393b057ec882f148bc1d116a15cfe57fdb229d1

1 file changed, 4 insertions(+), 4 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -586,7 +586,7 @@ (setq helm-idle-delay .1
helm-input-idle-delay 0 ido-use-virtual-buffers t) (when (fboundp #'helm-adaptive-mode) - (helm-adaptive-mode 1)))) + (helm-adaptive-mode 1)))) (req-package helm-files :defer t
@@ -1174,10 +1174,10 @@ (req-package avy
:bind (("M-g g" . avy-goto-line) ("M-g M-g" . avy-goto-line) ("C-|" . avy-goto-line) - ("C-c SPC" . avy-goto-char)) + ("C-c SPC" . avy-goto-char)) :config (progn - (avy-setup-default) - (setq avy-all-windows nil))) + (avy-setup-default) + (setq avy-all-windows nil))) (req-package ace-window :bind (("s-s" . ace-window))