From 15a40b58c5a9fa410d8d46073f78aa9fbf3ab3c6 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 6 Jun 2019 05:57:55 -0400 Subject: [PATCH] Fix formatting --- init.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/init.el b/init.el index e390927..f1fa0c7 100644 --- a/init.el +++ b/init.el @@ -1,4 +1,4 @@ - ;;; init.el --- My custom Emacs configuration file. -*- lexical-binding: t; -*- +;;; init.el --- My custom Emacs configuration file. -*- lexical-binding: t; -*- ;;================================================================================ ;; @@ -310,12 +310,12 @@ ;;==================== ;; Load "mood-one" - (use-package mood-one-theme - :demand - t - :config - (setq diff-hl-fringe-bmp-function #'mood-one-theme-diff-hl-fringe-bmp-function) - (eval-after-load 'flycheck #'mood-one-theme-flycheck-fringe-bmp-enable)) +(use-package mood-one-theme + :demand + t + :config + (setq diff-hl-fringe-bmp-function #'mood-one-theme-diff-hl-fringe-bmp-function) + (eval-after-load 'flycheck #'mood-one-theme-flycheck-fringe-bmp-enable)) ;;==================== ;; Mode-Line