Always highlight variables in cperl-mode

This commit is contained in:
Daniel - 2020-02-20 21:26:59 +01:00
parent ffeead8d72
commit 113045a648
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 1 deletions

View File

@ -2564,7 +2564,8 @@ in the main agenda view."
(setq cperl-hairy nil
cperl-invalid-face 'default
cperl-electric-keywords nil
cperl-lazy-help-time 2))
cperl-lazy-help-time 2
cperl-highlight-variables-indiscriminately t))
:config (progn
(add-hook 'cperl-mode-hook 'flycheck-mode)
(add-hook 'cperl-mode-hook 'prettify-symbols-mode)