mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Fixes transparency on custom emacs dashboard logo
This commit is contained in:
parent
656608c84a
commit
a27ddf7d71
5 changed files with 8 additions and 6 deletions
|
@ -84,10 +84,11 @@
|
|||
(require 'dashboard)
|
||||
(setq initial-buffer-choice (lambda () (get-buffer-create "*dashboard*"))
|
||||
doom-fallback-buffer-name "*dashboard*")
|
||||
(setq image-scaling-factor 1)
|
||||
|
||||
;; emacs-dashboard variables
|
||||
(setq dashboard-banner-logo-title "Welcome to Nix Doom Emacs")
|
||||
(setq dashboard-startup-banner 2)
|
||||
(setq dashboard-startup-banner "~/.emacs.d/dashboard-logo.webp")
|
||||
(setq dashboard-icon-type 'all-the-icons) ;; use `all-the-icons' package
|
||||
(setq dashboard-set-heading-icons t)
|
||||
(setq dashboard-set-file-icons t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue