Emacs: Fix indentation.
This commit is contained in:
parent
738ea43760
commit
c63adae0a3
|
@ -1,6 +1,6 @@
|
|||
;;; appearance.el --- Configure appearance. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-03-24T22:37:57+0100>
|
||||
;; Time-stamp: <2020-03-27T20:25:16+0100>
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
@ -53,12 +53,12 @@
|
|||
(all-the-icons-install-fonts t)))
|
||||
|
||||
(unless slow-computer
|
||||
(use-package doom-themes
|
||||
:after (all-the-icons)
|
||||
:config (progn (load-theme 'doom-molokai t)
|
||||
(doom-themes-visual-bell-config)) ; Flash modeline on error.
|
||||
:custom-face (font-lock-comment-face ((t (:foreground "#667755")))))
|
||||
) ; unless slow-computer.
|
||||
(use-package doom-themes
|
||||
:after (all-the-icons)
|
||||
:config (progn (load-theme 'doom-molokai t)
|
||||
(doom-themes-visual-bell-config)) ; Flash modeline on error.
|
||||
:custom-face (font-lock-comment-face ((t (:foreground "#667755")))))
|
||||
) ; unless slow-computer.
|
||||
|
||||
;; Neat modeline.
|
||||
(use-package doom-modeline
|
||||
|
|
Loading…
Reference in New Issue
Block a user