summaryrefslogtreecommitdiff
path: root/.emacs.d
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-04-03 04:50:39 +0300
committerThanos Apollo <[email protected]>2024-04-03 04:50:39 +0300
commit1c3025273b8a13b748cb0afba328f358ed1b3692 (patch)
tree77ae60d9a00ad97694842594ffa4c6fab4714dd4 /.emacs.d
parent6d48144fe8685df9e7a3866c3a40f634ee87f0b1 (diff)
emacs: Add european calendar
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index b468d2c..cb2d007 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -52,6 +52,9 @@
(setf disabled-command-function nil ;; Enable all commands
url-privacy-level 'high) ;; Privacy level
+;; Calendar dates
+(setf calendar-date-style 'european)
+
(require 'dired)
(define-key dired-mode-map (kbd "b") 'dired-up-directory)
(define-key dired-mode-map (kbd "v") 'dired-watch-video)