Emacs: Disable doom-themes-hide-fringes(), restore hl-line.
This commit is contained in:
parent
e26127da8d
commit
f169cb5c7a
|
@ -1,6 +1,6 @@
|
|||
;;; appearance.el --- Configure appearance. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Time-stamp: <2020-04-18T01:49:10+0200>
|
||||
;; Time-stamp: <2020-04-21T04:15:32+0200>
|
||||
|
||||
;;; Commentary:
|
||||
|
||||
|
@ -55,18 +55,19 @@
|
|||
|
||||
(unless slow-computer
|
||||
(use-package doom-themes
|
||||
:defer nil
|
||||
:after (all-the-icons)
|
||||
:custom ((doom-themes-treemacs-theme "doom-colors")
|
||||
(doom-themes-treemacs-enable-variable-pitch nil))
|
||||
;; Highlight current line more clearly.
|
||||
:custom-face (hl-line ((t (:background "#000000"))))
|
||||
:config (progn
|
||||
(load-theme 'doom-outrun-electric t)
|
||||
(doom-themes-visual-bell-config) ; Flash modeline on error.
|
||||
(doom-themes-treemacs-config)
|
||||
;; Set colors for scroll bar.
|
||||
(set-face-background 'scroll-bar (face-background 'default))
|
||||
(set-face-foreground 'scroll-bar (face-foreground 'shadow))))
|
||||
(set-face-foreground 'scroll-bar (face-foreground 'shadow))
|
||||
(defun doom-themes-hide-fringes ()
|
||||
"Deactivated.")))
|
||||
) ; unless slow-computer.
|
||||
|
||||
;; Neat modeline.
|
||||
|
|
Loading…
Reference in New Issue
Block a user