Set locale to ensure time stamps are in English

This commit is contained in:
Dimitri Lozeve 2020-01-31 14:31:38 +01:00
parent d0cb813ab5
commit e1ba245ab3

View file

@ -45,6 +45,11 @@
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
;; System locale to use for formatting time values. Make sure that
;; the weekdays in the time stamps of your Org mode files and in the
;; agenda appear in English.
(setq system-time-locale "C")
;; replace buffer-menu with ibuffer
(global-set-key (kbd "C-x C-b") #'ibuffer)