Add global minor mode

This commit is contained in:
Tom Willemse 2014-01-01 20:26:28 +01:00
parent bd71872693
commit 7fa793bedb

View file

@ -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