emacs - Week starts on monday

This commit is contained in:
madmaurice 2017-11-05 22:18:40 +01:00
parent 2766067321
commit 8effc5ec88

View file

@ -203,6 +203,9 @@
;; highlight line
(global-hl-line-mode)
;; Calendar week starts on Monday
(setq calendar-week-start-day 1)
;; No tabs - tabs are evil
(setq-default indent-tabs-mode nil)