Skip to content

Commit

Permalink
* lisp/init-perl: .opt files are perl conf files in my organization.
Browse files Browse the repository at this point in the history
  • Loading branch information
yyr committed Dec 23, 2020
1 parent 0ea5867 commit f83a0c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lisp/init-perl.el
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
(add-to-list 'auto-mode-alist
'("\\.\\([pP][Llm]\\|al\\)\\'" . cperl-mode))

(add-to-list 'auto-mode-alist
'("\\.opt$" . cperl-mode))

0 comments on commit f83a0c5

Please sign in to comment.