Sfoglia il codice sorgente

Use fboundp

master
10sr 5 anni fa
parent
commit
467cd7aff9
Firmato da: 10sr ID Chiave GPG: 7BEC428194130EB2
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el Vedi File

@@ -2352,7 +2352,7 @@ Any output will be written to current buffer."

;; ivy

(when (require 'counsel nil t)
(when (fboundp 'counsel-M-x)
(defvar ivy-re-builders-alist)
(set-variable 'ivy-re-builders-alist
'((t . (lambda (s)
@@ -2371,7 +2371,7 @@ Any output will be written to current buffer."
;; (counsel-fzf)))))
)

(when (require 'swoop nil t)
(when (fboundp 'swoop)
(global-set-key (kbd "C-s") 'swoop)
(global-set-key (kbd "C-r") 'swoop)
(define-key esc-map (kbd "C-s") 'swoop-multi)


Caricamento…
Annulla
Salva