Skip to content

Commit

Permalink
fix: Set helm-alow-mouse to nil. see yasuyk/helm-git-grep#52
Browse files Browse the repository at this point in the history
  • Loading branch information
keik committed Dec 11, 2023
1 parent a67877d commit cafbc1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions inits/02-git.el
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
;;; 02-git.el --- settings for Git
;;; Commentary:
;;; Code:
(use-package magit
:ensure t
:config
Expand All @@ -8,9 +11,12 @@
:ensure t
:bind
("C-c g" . helm-git-grep)
:config
(setq helm-allow-mouse nil)
)
;; show chagnes on Git at line
;; (unless (require 'git-gutter nil t)
;; (package-install 'git-gutter))
;; (global-git-gutter-mode +1)
;; (git-gutter:linum-setup)
;;; 02-git.el ends here

0 comments on commit cafbc1c

Please sign in to comment.