From e169b21ba8e9f62d1a6cd460ddfc0872860120ed Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 28 Mar 2014 10:35:53 +0000 Subject: [PATCH] Case-insensitive sort-lines, yes please. --- custom-variables.el | 1 + 1 file changed, 1 insertion(+) diff --git a/custom-variables.el b/custom-variables.el index 5ea1f4a..6441098 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -115,6 +115,7 @@ '(scss-compile-at-save nil) '(search-exit-option nil) '(smooth-scroll-margin 6) + '(sort-fold-case t) '(speedbar-show-unknown-files t) '(standard-indent 2) '(tabbar-mode nil)