ankit's Blog

ankit's Avatar Image
Always looking for ways to integrate #emacs in life.

#emacs #guile #go #selfhosted
← All posts

Today’s update:

I added eat terminal emulator to my emacs. I specially like the eat-eshell-mode to make eshell more user-friendly.

I also found out a neat trick to display ANSI escape sequences in compilation buffer.

(add-hook ‘compilation-filter-hook ‘ansi-color-compilation-filter)

To like or reply, open original post on Emacs.ch