Hecking finally: Disables cperl-mode abbrevs
This commit is contained in:
parent
be451a07c8
commit
c52d84d7df
1 changed files with 4 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue