mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 15:43:55 -05:00
emacs: disabled catppuccin due to bugs in alacritty transparency
This commit is contained in:
parent
7d59aa95eb
commit
f15b73e5a1
|
@ -1,6 +1,13 @@
|
||||||
; Load catppuccin theme.
|
; Load catppuccin theme.
|
||||||
(load-theme 'catppuccin :no-confirm)
|
;(load-theme 'catppuccin :no-confirm)
|
||||||
(setq catppuccin-flavor 'latte) ;; or 'latte, 'macchiato, or 'mocha
|
;(setq catppuccin-flavor 'mocha) ;; or 'latte, 'macchiato, or 'mocha
|
||||||
|
;(catppuccin-reload)
|
||||||
|
|
||||||
|
;(defun on-after-init ()
|
||||||
|
; (unless (display-graphic-p (selected-frame))
|
||||||
|
; (set-face-background 'default "unspecified-bg" (selected-frame))))
|
||||||
|
|
||||||
|
;(add-hook 'window-setup-hook 'on-after-init)
|
||||||
|
|
||||||
; 4 spaces > tabs.
|
; 4 spaces > tabs.
|
||||||
(setq-default indent-tabs-mode nil)
|
(setq-default indent-tabs-mode nil)
|
||||||
|
|
Loading…
Reference in a new issue