From d4e82874790430630afc85e8fd749f3780edc86a Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 26 Jan 2025 12:28:28 +0530 Subject: update --- config/emacs/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/emacs/init.el') diff --git a/config/emacs/init.el b/config/emacs/init.el index b39da3e..e4c79c0 100644 --- a/config/emacs/init.el +++ b/config/emacs/init.el @@ -74,7 +74,7 @@ (global-set-key (kbd "M-a") 'eshell) (global-set-key (kbd "M-c") 'comment-line) -(global-set-key (kbd "M-RET") 'compile) +(global-set-key (kbd "M-RET") 'project-compile) (defun show-flycheck-errors (buffer _action) (let ((window (display-buffer-in-side-window @@ -142,5 +142,5 @@ fzf/position-bottom t fzf/window-height 15) -(global-set-key (kbd "M-SPC") 'fzf-directory) -(global-set-key (kbd "M-f") 'fzf-grep) +(global-set-key (kbd "C-SPC") 'fzf-git) +(global-set-key (kbd "M-f") 'fzf-git-grep) -- cgit v1.2.3