From afb4386409476a39bb3a1fe49112bd8060285753 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 23 Aug 2021 14:22:50 -0400 Subject: Fix compilation mode error offsets for Turtle A better configuration for this is probably necessary to not mess up the offsets for other tools, but I'll cross that bridge when I come to it. --- emacs/.emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 015dc64..4addf4a 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -169,6 +169,7 @@ '(browse-url-firefox-new-window-is-tab t) '(browse-url-generic-program "firefox") '(column-number-mode t) + '(compilation-error-screen-columns nil) '(compilation-scroll-output t) '(css-indent-offset 2) '(cursor-in-non-selected-windows 'hollow) -- cgit v1.2.1