# HG changeset patch # User Oleksandr Gavenko # Date 1424366499 -7200 # Node ID b149f50121ac4f88462b69375769ed5ccbee16a8 # Parent aa1de5eb3665e838bf82f8eeb945eedfc1d23afd requirements.txt is Python dependency description file probably. diff -r aa1de5eb3665 -r b149f50121ac .emacs-my --- a/.emacs-my Thu Feb 19 19:21:11 2015 +0200 +++ b/.emacs-my Thu Feb 19 19:21:39 2015 +0200 @@ -2680,6 +2680,8 @@ (when (equal window-system 'w32) (add-to-list 'process-coding-system-alist '("python" cp1251-unix . cp1251-unix))) +(add-to-list 'auto-mode-alist '("/requirements.txt\\'" . conf-mode)) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "perl, cperl")