help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to set calendar-date-style in init?


From: Pankaj Jangid
Subject: How to set calendar-date-style in init?
Date: Sun, 11 Oct 2020 08:57:10 +0530

I have tried following options in my init file, but none of them seem to
be working. I have tried with and without /lexical-mode:t/.

I have tried following options. What am I doing wrong here?

--8<---------------cut here---------------start------------->8---
;; option-1
;;(declare-function calendar-set-date-style "calendar.el")
;;(calendar-set-date-style 'european)

;; option-2
;; (custom-set-variables
;;  '(calendar-date-style 'european))

;; option-3
;; (defvar calendar-date-style)
;; (setq calendar-date-style 'european)

;; option-4
(eval-when-compile (require 'calendar))
(setq calendar-date-style 'european)
--8<---------------cut here---------------end--------------->8---



reply via email to

[Prev in Thread] Current Thread [Next in Thread]