Enabled downcase-region command

This commit is contained in:
Kashish Sharma 2015-03-24 04:32:16 +05:30
parent bafad0ea62
commit 52a6da15ac
1 changed files with 2 additions and 0 deletions

View File

@ -593,3 +593,5 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(magit-item-highlight ((t nil))))
(put 'downcase-region 'disabled nil)