summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2019-12-23 20:42:11 +0000
committerMatthew Lemon <lemon@matthewlemon.com>2019-12-23 20:42:11 +0000
commitb8c97cd89c1472355fb3a2a337ef0b22c7268428 (patch)
tree3e52a34a906ee8a4e9669c43c9b7b444c96c6735 /init.el
parent2ac9bb45b7a9f56296738ec2b168c4a835dc72c3 (diff)
config tweaks
Diffstat (limited to 'init.el')
-rw-r--r--init.el7
1 files changed, 7 insertions, 0 deletions
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