;; magit requres this lib, but it is not installed automatically on ;; Windows. (rc/require 'cl-lib) (rc/require 'magit) (setq magit-auto-revert-mode nil) (global-set-key (kbd "C-c m s") 'magit-status) (global-set-key (kbd "C-c m l") 'magit-log)