summaryrefslogtreecommitdiffstats
path: root/lisp/init-appearance.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-appearance.el')
-rw-r--r--lisp/init-appearance.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/init-appearance.el b/lisp/init-appearance.el
index 1fea9af..df3d296 100644
--- a/lisp/init-appearance.el
+++ b/lisp/init-appearance.el
@@ -37,7 +37,6 @@
(dired-mode . hl-line-mode)
(ibuffer-mode . hl-line-mode)
(prog-mode . hl-line-mode)
- (restclient-mode . hl-line-mode)
(text-mode . hl-line-mode)))
;; highlight matching parentheses
@@ -54,6 +53,10 @@
(use-package prog-mode
:hook ((prog-mode . mpolden/prog-mode-buffer-local-variables)))
+;; render colors in compilation buffer
+(use-package ansi-color
+ :hook ((compilation-filter . ansi-color-compilation-filter)))
+
;; display line and column numbers in mode-line
(setq line-number-mode t
column-number-mode t)