From 588b6031e152b031be1dee04c7b38938ea7eb706 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Thu, 21 Jan 2021 23:52:21 +0800 Subject: Regular updates In the course of configuring Emacs there are numerous changes to make. This is one regular step. --- init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 98d0b88..6fe37ad 100644 --- a/init.el +++ b/init.el @@ -169,7 +169,7 @@ If FUNCTION-NAME is already a valid function, this won't do anything." (defalias 'magit 'magit-status) (magit)) -(define-key global-map (vector 3 103) 'magit) +(define-key global-map (vector ?\C-x ?g) 'magit) ;;; eww @@ -190,7 +190,8 @@ If FUNCTION-NAME is already a valid function, this won't do anything." ;;; My simple utilities (use-package "durand-simple" 'durand-simple - (define-key global-map (vector ?\C-\M-\s) #'durand-simple-mark-dwim)) + (define-key global-map (vector ?\C-\M-\s) #'durand-simple-mark-dwim) + (define-key global-map (vector ?\C-o) #'durand-simple-open-line)) ;;; Searches -- cgit v1.2.3-18-g5258