summaryrefslogtreecommitdiff
path: root/emacs.org
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-05-14 19:34:39 +0300
committerThanos Apollo <[email protected]>2023-05-14 19:38:52 +0300
commit1417bcd9514d8183c94914a93930d91dcdec31c0 (patch)
tree7cd02368dec4a1dc1c2dfcb04c96c98d83c61861 /emacs.org
parentada7791361be4130d58bbcc1e05d26b1c687b058 (diff)
shells: Add emacsclient as $EDITOR and $GIT_EDITOR
Diffstat (limited to 'emacs.org')
-rwxr-xr-xemacs.org11
1 files changed, 10 insertions, 1 deletions
diff --git a/emacs.org b/emacs.org
index d88cddb..5d59483 100755
--- a/emacs.org
+++ b/emacs.org
@@ -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