documentation for todo feature added

This commit is contained in:
Sameer Rahmani 2016-11-28 14:40:06 +03:30
parent 0d3a402dba
commit 637368a1c5
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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