summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-04-22 14:56:49 +0100
committerAlan Pearce2014-04-22 14:56:49 +0100
commit1caca4478a9a9e7fb2f546a36de19c40f39e19a8 (patch)
tree4045af6234b00316e6a5b1d5fbf3ba864d835ee2 /tag-emacs
parent166ae52efa43e3af5226db918c473cfd94d911ce (diff)
downloaddotfiles-1caca4478a9a9e7fb2f546a36de19c40f39e19a8.tar.lz
dotfiles-1caca4478a9a9e7fb2f546a36de19c40f39e19a8.tar.zst
dotfiles-1caca4478a9a9e7fb2f546a36de19c40f39e19a8.zip
Emacs: Whitespace cleanup
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el16
1 files changed, 8 insertions, 8 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index e1c9c26..77ffccd 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -87,10 +87,10 @@
            (variable-face "Segoe UI")
            (default-font (concat mono-face "-" (number-to-string font-size))))
         (when mono-face
-		  (add-to-list 'default-frame-alist `(font . ,default-font))
-		  (set-face-font 'fixed-pitch default-font))
+          (add-to-list 'default-frame-alist `(font . ,default-font))
+          (set-face-font 'fixed-pitch default-font))
         (when variable-face
-		  (set-face-font 'variable-pitch (concat variable-face "-"
+          (set-face-font 'variable-pitch (concat variable-face "-"
                                                    (number-to-string (1+ font-size)))))))
    ((eq system-type 'darwin)
     (let* ((font-size 14)
@@ -104,10 +104,10 @@
                                                  (number-to-string (1+ font-size)))))))))
 
 (let* ((font-height (face-attribute 'default :height))
-	   (small-font-height (max 1 (floor (* .917 font-height)))))
+       (small-font-height (max 1 (floor (* .917 font-height)))))
     (mapc (lambda (item)
-			  (put (car item) 'customized-face (cadr item))
-			  (face-spec-set (car item) (cadr item)))
+              (put (car item) 'customized-face (cadr item))
+              (face-spec-set (car item) (cadr item)))
           `((linum
              ((t (:height ,small-font-height
                           :foreground unspecified
@@ -881,7 +881,7 @@
           (add-hook 'lisp-common-mode-hook #'turn-on-redshank-mode)))
 
 (req-package slime
-    :commands (slime)
+  :commands (slime)
   :config (progn
             (let ((ql-slime-helper (expand-file-name "~/quicklisp/slime-helper.el")))
               (if (file-exists-p ql-slime-helper)
@@ -956,7 +956,7 @@
   :mode ("\\.js\\'" . js2-mode)
   :config (progn
             (defun ap/javascript-setup ()
-			   (autopair-mode -1)
+               (autopair-mode -1)
               (auto-indent-mode -1))
             (add-hook 'js2-mode-hook #'ap/javascript-setup)
             (setq js2-basic-offset 4