Hecking finally: Disables cperl-mode abbrevs

This commit is contained in:
madmaurice 2017-10-12 20:18:44 +02:00
parent be451a07c8
commit c52d84d7df

View file

@ -28,6 +28,10 @@
;; Use cperl-mode instead of perl-mode
(defalias 'perl-mode 'cperl-mode)
;; Disable use of abbrev in cperl-mode (what the heck...)
(add-hook 'cperl-mode-hook
(lambda () (setq-local local-abbrev-table nil)))
(defun silence ()
(interactive))