From b8c97cd89c1472355fb3a2a337ef0b22c7268428 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 23 Dec 2019 20:42:11 +0000 Subject: config tweaks --- init.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 131ae0a..7769873 100644 --- a/init.el +++ b/init.el @@ -53,6 +53,13 @@ (setq column-number-mode t) (setq apropos-do-all t) +;; calendar proper Monday start +(setq calendar-week-start-day 1) +(setq calendar-date-style (quote european)) + +;; TRAMP stuff +;; using sshx as default as it works better than ssh +(setq tramp-default-method "sshx") ;; remap M-x to something else ;; https://sites.google.com/site/steveyegge2/effective-emacs -- cgit v1.2.3