;;; config.el --- the emacs config ;;; Commentary: ;;; Code: (setq doom-theme 'doom-tokyo-night) (use-package! lsp-tailwindcss) ;;; config.el ends here