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)