diff options
author | David Robillard <d@drobilla.net> | 2021-08-23 14:22:50 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-08-23 14:22:50 -0400 |
commit | afb4386409476a39bb3a1fe49112bd8060285753 (patch) | |
tree | d3c892ccfa218ad43e6c91ee89812d9da90040b3 /emacs | |
parent | 900460ab883cebc3f5ed1b7bce4f88d7082e3851 (diff) | |
download | dotfiles-afb4386409476a39bb3a1fe49112bd8060285753.tar.gz dotfiles-afb4386409476a39bb3a1fe49112bd8060285753.tar.bz2 dotfiles-afb4386409476a39bb3a1fe49112bd8060285753.zip |
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.
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
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) |