Skip to content

Commit

Permalink
feat: 添加swiper helm
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonjoe committed Jul 3, 2024
1 parent df2b3fd commit f9f0e2d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lisp/copilot.el
Submodule copilot.el updated from 3086d2 to c6b31f
2 changes: 2 additions & 0 deletions lisp/init-local.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
(require 'init-leetcode-local)
(require 'init-copilot-local)
;;(require 'init-go-translate-local)
(require 'init-swiper)
(require 'init-helm)

(provide 'init-local)
;;; init-local.el ends here
1 change: 0 additions & 1 deletion lisp/init-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ typical word processor."
(sql . t)
(sqlite . t)
(go . t)
((if (locate-library "ob-shell") 'sh 'shell) . t)
))))

(provide 'init-org)
Expand Down
6 changes: 3 additions & 3 deletions lisp/init-swiper.el
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
(global-set-key (kbd "<f6>") 'ivy-resume)
(global-set-key (kbd "M-x") 'counsel-M-x)
(global-set-key (kbd "C-x C-f") 'counsel-find-file)
(global-set-key (kbd "<f1> f") 'counsel-describe-function)
(global-set-key (kbd "<f1> v") 'counsel-describe-variable)
(global-set-key (kbd "<f1> l") 'counsel-load-library)
;;(global-set-key (kbd "<f1> f") 'counsel-describe-function)
;;(global-set-key (kbd "<f1> v") 'counsel-describe-variable)
;;(global-set-key (kbd "<f1> l") 'counsel-load-library)
(global-set-key (kbd "<f2> i") 'counsel-info-lookup-symbol)
(global-set-key (kbd "<f2> u") 'counsel-unicode-char)
(global-set-key (kbd "C-c g") 'counsel-git)
Expand Down

0 comments on commit f9f0e2d

Please sign in to comment.