Updated dotfiles

This commit is contained in:
Jesper Saastamoinen 2025-12-27 21:03:50 +01:00
parent a0dccf815e
commit 5af5ca7e8b

View file

@ -1,2 +1,6 @@
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
(load-theme 'dracula t)
(require 'ansi-color)
(add-hook 'compilation-filter-hook 'ansi-color-compilation-filter)