From f15b73e5a102c25dc6ac6de9568c7c446f44fe99 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 25 Mar 2024 16:22:02 -0400 Subject: [PATCH] emacs: disabled catppuccin due to bugs in alacritty transparency --- home/shell/emacs.el | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/home/shell/emacs.el b/home/shell/emacs.el index 2cdbd71a..2cd7d137 100644 --- a/home/shell/emacs.el +++ b/home/shell/emacs.el @@ -1,6 +1,13 @@ ; Load catppuccin theme. -(load-theme 'catppuccin :no-confirm) -(setq catppuccin-flavor 'latte) ;; or 'latte, 'macchiato, or 'mocha +;(load-theme 'catppuccin :no-confirm) +;(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. (setq-default indent-tabs-mode nil) @@ -45,4 +52,4 @@ (setq org-directory "~/Sync/org-roam/") (setq org-roam-directory (file-truename "~/Sync/org-roam")) (setq org-roam-dailies-directory "journal/") -(org-roam-db-autosync-mode) \ No newline at end of file +(org-roam-db-autosync-mode)