fix transparent top band of mpv

This commit is contained in:
ksyasuda
2021-11-11 10:26:21 -08:00
parent 0749897165
commit 764fb08dad
3 changed files with 13 additions and 8 deletions

View File

@@ -280,7 +280,6 @@
;; numbers are disabled. For relative line numbers, set this to `relative'.
(setq display-line-numbers-type t)
(setq rainbow-delimiters-mode t)
(setq rainbow-mode t)
(setq confirm-kill-emacs nil)
(setq prettify-symbols-mode nil)
(setq global-prettify-symbols-mode nil)
@@ -308,6 +307,7 @@
(setq eaf-terminal-font-size 12)
(setq lsp-treemacs-sync-mode 1)
(after! 'treemacs
(define-key treemacs-mode-map [mouse-1] #'treemacs-single-click-expand-action))