diff --git a/fg42-config.el b/fg42-config.el index 43c1899..288a901 100644 --- a/fg42-config.el +++ b/fg42-config.el @@ -32,6 +32,7 @@ ;; Setting your TODO file path: ;; (setq fg42-todo-file "~/.TODO.org") ;; or you can open a remote TODO file +;; (add-hook 'fg42-before-open-todo-hook 'disable-projectile) ;; (setq fg42-todo-file "/ssh:user@host:/home/USER/.TODO.org") ;; ;; Set some environment variables for your fg42 to use diff --git a/lib/extensions/editor/init.el b/lib/extensions/editor/init.el index 1976396..19e08cb 100644 --- a/lib/extensions/editor/init.el +++ b/lib/extensions/editor/init.el @@ -46,6 +46,9 @@ ;; Tramp configuration ------------------------------------- (ability tramp () (setq tramp-default-method "ssh") + (cheatsheet-add :group '--EDITOR-- + :key "f9" + :description "Open up your todo file. checkout `fg42-todo-file` var and `fg42-open-todo` function.") (global-set-key [f9] 'fg42-open-todo)) ;; replace strings