chore(gs/emacs): Mark truncate-lines as a safe-local-variable

Change-Id: Ib330335290b617e3e31027be8a0b5865c1d9e6c6
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1324
Tested-by: BuildkiteCI
Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2020-07-20 11:14:59 -04:00 committed by glittershark
parent 071eefe4c2
commit 572ec6ef4c

View file

@ -1208,3 +1208,6 @@
(map!
(:map jsonnet-mode-map
(:n "g SPC" #'jsonnet-eval-buffer))))
(add-to-list 'safe-local-variable-values
'(truncate-lines . t))