summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-01-21 23:52:21 +0800
committerJSDurand <mmemmew@gmail.com>2021-01-22 00:01:20 +0800
commit588b6031e152b031be1dee04c7b38938ea7eb706 (patch)
treeed25c53f4e1ece59f97ecbff19cb2325bf01baf3 /init.el
parent53db9402916822e673b3b49fcba26537e2416b59 (diff)
Regular updates
In the course of configuring Emacs there are numerous changes to make. This is one regular step.
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 3 insertions, 2 deletions
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