diff options
Diffstat (limited to 'emacs.org')
-rwxr-xr-x | emacs.org | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -912,7 +912,6 @@ Create function to watch videos using ~mpv~ (defalias 'o 'find-file) - (add-to-list 'eshell-visual-commands "mocp") (add-hook 'eshell-alias-load-hook 'eshell-load-bash-aliases) #+end_src @@ -1262,3 +1261,13 @@ Create function to watch videos using ~mpv~ + +* Org-fc +#+begin_src emacs-lisp + (add-to-list 'load-path "~/Developer/org-fc/") + + (require 'org-fc) + (require 'org-fc-hydra) + + (setq org-fc-directories '("~/org")) +#+end_src |