Updated dotfiles
This commit is contained in:
parent
a0dccf815e
commit
5af5ca7e8b
1 changed files with 4 additions and 0 deletions
|
|
@ -1,2 +1,6 @@
|
||||||
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
|
(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
|
||||||
(load-theme 'dracula t)
|
(load-theme 'dracula t)
|
||||||
|
|
||||||
|
(require 'ansi-color)
|
||||||
|
(add-hook 'compilation-filter-hook 'ansi-color-compilation-filter)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue