Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 1.01 KB

azure-evil.org

File metadata and controls

43 lines (37 loc) · 1.01 KB

azure-evil.el — Evil bindings for azure.el & friends

Author: Henrik Kjerringvåg <[email protected]> Version: 2022.07.15 URL: https://github.com/hkjels/azure.el Keywords: tools, azure, evil Package-Requires: ((emacs “28.1”) (evil “1.15.0”) (azure “2022.07.15”))

;; <<license>>

Commentary:

This package provides Evil bindings for azure.el.

Code:

(require 'evil)
(require 'azure)
(require 'azure-devops)

Bindings for devops

(evil-set-initial-state 'azure-devops-search-mode 'motion)

(evil-define-key 'motion azure-devops-search-mode-map
  (kbd "RET") #'azure-devops-work-item)
(provide 'azure-evil)
;;; azure-evil.el ends here