summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-08-03 20:57:18 +0100
committerAlan Pearce2014-08-03 20:57:18 +0100
commit4080f27b143dd8db2e4e45e14ba5b742d71060d2 (patch)
treec11ef06bb6f9eba678524fe9cd610c0a41e21498 /tag-emacs
parent747547ebf0f597cdd63d814418278079c75c6560 (diff)
downloaddotfiles-4080f27b143dd8db2e4e45e14ba5b742d71060d2.tar.lz
dotfiles-4080f27b143dd8db2e4e45e14ba5b742d71060d2.tar.zst
dotfiles-4080f27b143dd8db2e4e45e14ba5b742d71060d2.zip
Emacs: Fix trailing parens
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 274a0cf..75a373f 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -127,8 +127,7 @@
             (setq face-remapping-alist
                   '((header-line (:box nil) mode-line-inactive)
                     (persp-selected-face (:foreground "#EEF5FE"))
-                    (mode-line-buffer-id (:weight bold :foreground "#EEF5FE"))))
-))
+                    (mode-line-buffer-id (:weight bold :foreground "#EEF5FE"))))))
 
 (when (or (display-graphic-p)
           (daemonp))