emacs - Week starts on monday
This commit is contained in:
parent
2766067321
commit
8effc5ec88
1 changed files with 3 additions and 0 deletions
|
@ -203,6 +203,9 @@
|
||||||
;; highlight line
|
;; highlight line
|
||||||
(global-hl-line-mode)
|
(global-hl-line-mode)
|
||||||
|
|
||||||
|
;; Calendar week starts on Monday
|
||||||
|
(setq calendar-week-start-day 1)
|
||||||
|
|
||||||
;; No tabs - tabs are evil
|
;; No tabs - tabs are evil
|
||||||
(setq-default indent-tabs-mode nil)
|
(setq-default indent-tabs-mode nil)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue