10sr 4 лет назад
Родитель
Сommit
8d01c5b061
Подписано: 10sr Идентификатор GPG ключа: 7BEC428194130EB2
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      emacs.el

+ 2
- 2
emacs.el Просмотреть файл

@@ -2514,8 +2514,8 @@ Any output will be written to current buffer."
(defun my-counsel-describe-symbol ()
"Forwaord to `describe-symbol'."
(interactive)
(eval-and-compile (require 'help-mode nil t)) ;; describe-symbol-backends
(eval-and-compile (require 'counsel nil t))
(cl-assert (eval-and-compile (require 'help-mode nil t))) ;; describe-symbol-backends
(cl-assert (eval-and-compile (require 'counsel nil t)))
(ivy-read "Describe symbol: " obarray
;; From describe-symbol definition
:predicate (lambda (vv)


Загрузка…
Отмена
Сохранить