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

8 lines
123 B
EmacsLisp
Raw Normal View History

2023-08-09 22:10:48 +02:00
;;; config.el --- the emacs config
;;; Commentary:
;;; Code:
(setq doom-theme 'doom-tokyo-night)
;;; config.el ends here