Compare commits
2 Commits
cee89f4ef8
...
826725cd99
| Author | SHA1 | Date | |
|---|---|---|---|
| 826725cd99 | |||
| b8313453d4 |
4
init.el
4
init.el
@ -46,7 +46,8 @@
|
|||||||
'(("melpa" . "https://melpa.org/packages/")
|
'(("melpa" . "https://melpa.org/packages/")
|
||||||
("gnu" . "https://elpa.gnu.org/packages/")
|
("gnu" . "https://elpa.gnu.org/packages/")
|
||||||
("melpa-stable" . "https://stable.melpa.org/packages/")
|
("melpa-stable" . "https://stable.melpa.org/packages/")
|
||||||
("org" . "https://orgmode.org/elpa/")))
|
("org" . "https://orgmode.org/elpa/")
|
||||||
|
("nongnu" . "https://elpa.nongnu.org/nongnu/")))
|
||||||
|
|
||||||
(when (< emacs-major-version 27)
|
(when (< emacs-major-version 27)
|
||||||
;; Before Emacs 27.1, we had to do package initialization ourselves. In Emacs
|
;; Before Emacs 27.1, we had to do package initialization ourselves. In Emacs
|
||||||
@ -524,6 +525,7 @@
|
|||||||
|
|
||||||
(use-package calender
|
(use-package calender
|
||||||
:init (setq calendar-date-style 'iso
|
:init (setq calendar-date-style 'iso
|
||||||
|
calendar-time-zone-style 'numeric
|
||||||
calendar-week-start-day 1 ; Monday
|
calendar-week-start-day 1 ; Monday
|
||||||
calendar-bahai-all-holidays-flag nil
|
calendar-bahai-all-holidays-flag nil
|
||||||
calendar-chinese-all-holidays-flag nil
|
calendar-chinese-all-holidays-flag nil
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user