Check if curl is available
This commit is contained in:
parent
8f028ffb89
commit
0f1f82fc86
1 changed files with 3 additions and 1 deletions
|
@ -53,8 +53,10 @@
|
||||||
(define-key helm-grep-mode-map (kbd "n") 'helm-grep-mode-jump-other-window-forward)
|
(define-key helm-grep-mode-map (kbd "n") 'helm-grep-mode-jump-other-window-forward)
|
||||||
(define-key helm-grep-mode-map (kbd "p") 'helm-grep-mode-jump-other-window-backward)
|
(define-key helm-grep-mode-map (kbd "p") 'helm-grep-mode-jump-other-window-backward)
|
||||||
|
|
||||||
|
(when (executable-find "curl")
|
||||||
|
(setq helm-google-suggest-use-curl-p t))
|
||||||
|
|
||||||
(setq
|
(setq
|
||||||
helm-google-suggest-use-curl-p t
|
|
||||||
helm-scroll-amount 4 ; scroll 4 lines other window using M-<next>/M-<prior>
|
helm-scroll-amount 4 ; scroll 4 lines other window using M-<next>/M-<prior>
|
||||||
helm-quick-update t ; do not display invisible candidates
|
helm-quick-update t ; do not display invisible candidates
|
||||||
helm-ff-search-library-in-sexp t ; search for library in `require' and `declare-function' sexp.
|
helm-ff-search-library-in-sexp t ; search for library in `require' and `declare-function' sexp.
|
||||||
|
|
Loading…
Reference in a new issue