Add global minor mode
This commit is contained in:
parent
bd71872693
commit
7fa793bedb
1 changed files with 4 additions and 0 deletions
|
@ -60,5 +60,9 @@
|
|||
"Remap certain navigation commands to ones with a transient map."
|
||||
nil nil transient-navigation-mode-map)
|
||||
|
||||
;;;###autoload
|
||||
(define-globalized-minor-mode global-transient-navigation-mode
|
||||
transient-navigation-mode transient-navigation-mode)
|
||||
|
||||
(provide 'transient-navigation)
|
||||
;;; transient-navigation.el ends here
|
||||
|
|
Loading…
Reference in a new issue