Set locale to ensure time stamps are in English
This commit is contained in:
parent
d0cb813ab5
commit
e1ba245ab3
1 changed files with 5 additions and 0 deletions
5
init.el
5
init.el
|
@ -45,6 +45,11 @@
|
||||||
(set-terminal-coding-system 'utf-8)
|
(set-terminal-coding-system 'utf-8)
|
||||||
(set-keyboard-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
|
;; replace buffer-menu with ibuffer
|
||||||
(global-set-key (kbd "C-x C-b") #'ibuffer)
|
(global-set-key (kbd "C-x C-b") #'ibuffer)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue