Fix formatting
This commit is contained in:
parent
aaa66013e7
commit
15a40b58c5
14
init.el
14
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"
|
;; 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
|
||||||
|
Loading…
Reference in New Issue
Block a user