Automatically load oni-org when org-mode loads
This commit is contained in:
parent
49c725a963
commit
fe96a4aa75
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||||
;; Keywords: local
|
;; Keywords: local
|
||||||
;; Version: 20190222000538
|
;; Version: 20190304133515
|
||||||
;; Package-Requires: (org-plus-contrib org-bullets hydra)
|
;; Package-Requires: (org-plus-contrib org-bullets hydra)
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -145,5 +145,7 @@ ones that have a predecessor."
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(global-set-key (kbd "C-c o") 'oni-hydra-org/body)
|
(global-set-key (kbd "C-c o") 'oni-hydra-org/body)
|
||||||
|
|
||||||
|
;;;###autoload(with-eval-after-load 'org (require 'oni-org))
|
||||||
|
|
||||||
(provide 'oni-org)
|
(provide 'oni-org)
|
||||||
;;; oni-org.el ends here
|
;;; oni-org.el ends here
|
||||||
|
|
Loading…
Reference in a new issue