Emacs: Fold case when sorting

master
Pierre Neidhardt 2015-11-02 13:34:04 +01:00
parent 76ac212534
commit 35dab6c731
1 changed files with 3 additions and 0 deletions

View File

@ -373,6 +373,9 @@
(define-key my-keys-minor-mode-map (kbd "C-<mouse-4>") 'text-scale-increase)
(setq text-scale-mode-step 1.1)
;; Sort
(setq sort-fold-case t)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(provide 'main)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;