1

Fix formatting

This commit is contained in:
Jessie Hildebrandt 2019-06-06 05:57:55 -04:00
parent aaa66013e7
commit 15a40b58c5

14
init.el
View File

@ -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" ;; Load "mood-one"
(use-package mood-one-theme (use-package mood-one-theme
:demand :demand
t t
:config :config
(setq diff-hl-fringe-bmp-function #'mood-one-theme-diff-hl-fringe-bmp-function) (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)) (eval-after-load 'flycheck #'mood-one-theme-flycheck-fringe-bmp-enable))
;;==================== ;;====================
;; Mode-Line ;; Mode-Line