[Emacs] Load org-fc after org

This commit is contained in:
Kat Huang 2023-09-12 13:26:10 -06:00
parent ebce50c44a
commit 5560bc0ca2

View File

@ -921,6 +921,7 @@ alphanumeric characters only."
** org-fc ** org-fc
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package org-fc (use-package org-fc
:after org
:bind ("C-c 9" . org-fc-hydra/body) :bind ("C-c 9" . org-fc-hydra/body)
:config :config
(progn (progn