lang/emacs-lisp: add popup rule for buttercup results
This commit is contained in:
parent
8834ba17e3
commit
6a9a127b0f
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ This marks a foldable marker for `outline-minor-mode' in elisp buffers.")
|
||||||
;; it will associate it with the mode.
|
;; it will associate it with the mode.
|
||||||
(defvar buttercup-minor-mode-map (make-sparse-keymap))
|
(defvar buttercup-minor-mode-map (make-sparse-keymap))
|
||||||
:config
|
:config
|
||||||
|
(set-popup-rule! "^\\*Buttercup\\*$" :size 0.45 :select nil :ttl 0)
|
||||||
(set-yas-minor-mode! 'buttercup-minor-mode)
|
(set-yas-minor-mode! 'buttercup-minor-mode)
|
||||||
(when (featurep 'evil)
|
(when (featurep 'evil)
|
||||||
(add-hook 'buttercup-minor-mode-hook #'evil-normalize-keymaps))
|
(add-hook 'buttercup-minor-mode-hook #'evil-normalize-keymaps))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue