From 637368a1c5c984cdc52fa2ed42c2be136b29a5d9 Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Mon, 28 Nov 2016 14:40:06 +0330 Subject: [PATCH] documentation for todo feature added --- fg42-config.el | 1 + lib/extensions/editor/init.el | 3 +++ 2 files changed, 4 insertions(+) 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