summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
authorAlan Pearce2015-05-25 16:44:21 +0200
committerAlan Pearce2015-05-25 16:44:21 +0200
commitb912fe69c30626d2297f72f9bd3a2f1c407992bc (patch)
tree17e5372c842955ed519954940a44f176e52d1d15 /tag-emacs/emacs.d/init.el
parent8393b057ec882f148bc1d116a15cfe57fdb229d1 (diff)
downloaddotfiles-b912fe69c30626d2297f72f9bd3a2f1c407992bc.tar.lz
dotfiles-b912fe69c30626d2297f72f9bd3a2f1c407992bc.tar.zst
dotfiles-b912fe69c30626d2297f72f9bd3a2f1c407992bc.zip
Whitespace cleanup
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index a548f78..38493be 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -586,7 +586,7 @@
                   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 @@ symbol, not word, as I need this for programming the most."
   :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))