From 3666deaed5b0baf0a74f14db5872105c9e7865f9 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Wed, 13 Jan 2021 13:01:34 +0800 Subject: A temporary intermeidate step Now I got almost every functionality that we need, including pdf, mu4e, magit, et cetera. --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'init.el') diff --git a/init.el b/init.el index 9d94c06..6896744 100644 --- a/init.el +++ b/init.el @@ -137,6 +137,12 @@ then FUNCTION-NAME will be defined as DEF after loading." (load-config "embark-conf.el") +;;; magit + +(load-after-function magit "magit-conf.el" "Load magit and launch it." nil + (defalias 'magit 'magit-status) + (magit)) + ;;; Don't let s-q quit as I oft press that by accident. (define-key global-map (vector ?\s-q) #'window-toggle-side-windows) -- cgit v1.2.3-18-g5258