diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-23 20:42:11 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2019-12-23 20:42:11 +0000 |
commit | b8c97cd89c1472355fb3a2a337ef0b22c7268428 (patch) | |
tree | 3e52a34a906ee8a4e9669c43c9b7b444c96c6735 /init.el | |
parent | 2ac9bb45b7a9f56296738ec2b168c4a835dc72c3 (diff) |
config tweaks
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |