README and TODO list reviewed

This commit is contained in:
Sameer Rahmani 2013-09-23 22:29:28 +03:30
parent 6b28aff44a
commit b751fcbb5e
2 changed files with 7 additions and 9 deletions

View File

@ -35,26 +35,24 @@ Kuso IDE required these softwares:
* GNU Emacs * GNU Emacs
Python dependencies Python dependencies (kuso-python plugin)
------------------- ========================================
* pep8 * pep8
* pyflakes * pyflakes
* pychecker * pychecker
* pylint * pylint
For autocompetion:
* jedi * jedi
* epc * epc
HTML dependencies HTML dependencies
----------------- =================
* tidy * tidy
CSS dependencies CSS dependencies
---------------- ================
* python-cssutils (pip install cssutils) * python-cssutils (pip install cssutils)
3. Installation 3. Installation
--------------- ---------------
Just run install.sh in its directory Just run install.sh in its directory and after that run kuso to get extra plugins

View File

@ -2,7 +2,7 @@
** Workgroups ** Workgroups
*** TODO Add a directory scanning mode. load each workgroup by name only. *** TODO Add a directory scanning mode. load each workgroup by name only.
** TODO Provide a variable (defcustom) which allow user to easily change them from customize menu ** TODO Provide a variable (defcustom) which allow user to easily change them from customize menu
** TODO Add auto-pair mode to kuso-base
* New Plusings * New Plugings
** TODO Add hs-minor-mode to the plugin mojor mode load hook ** TODO Add hs-minor-mode to the plugin mojor mode load hook
** TODO add the custom snippets path to yasnippet load path ** TODO add the custom snippets path to yasnippet load path