diff --git a/global.org b/global.org index e12172a..94239ce 100644 --- a/global.org +++ b/global.org @@ -2063,7 +2063,7 @@ ** Magit #+begin_src emacs-lisp (require 'magit) - (global-set-key (kbd "C-x C-g") 'magit-status) + (global-set-key (kbd "C-x g") 'magit-status) (magit-add-section-hook 'magit-status-sections-hook #'magit-insert-modules-overview #'magit-insert-unpushed-to-pushremote @@ -2134,9 +2134,8 @@ (global-set-key-alist '(("M-x" . helm-M-x) - ("C-x C-f" . helm-find-files) + ("C-x f" . helm-find-files) ("C-x b" . helm-mini) - ("C-x C-b" . helm-mini) ("M-y" . helm-show-kill-ring))) (define-key helm-map (kbd "C-h") nil) (define-key helm-find-files-map (kbd "C-h") nil)