mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(lang): correctly add rubocopfmt package vars to list of safe local vars
This commit is contained in:
@@ -158,8 +158,9 @@
|
||||
|
||||
:config
|
||||
(add-to-list 'safe-local-variable-values
|
||||
'(rubocopfmt-include-unsafe-cops
|
||||
rubocopfmt-on-save-use-lsp-format-buffer)))
|
||||
'(rubocopfmt-include-unsafe-cops))
|
||||
(add-to-list 'safe-local-variable-values
|
||||
'(rubocopfmt-on-save-use-lsp-format-buffer)))
|
||||
|
||||
(use-package ruby-compilation
|
||||
:defer t)
|
||||
|
||||
Reference in New Issue
Block a user