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"
|
||||
(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
|
||||
|
Loading…
Reference in New Issue
Block a user