configuration.nix/home/laptop/programs/doom-emacs/doom.d/config.el

8 lines
123 B
EmacsLisp

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