nlamirault / scame

An Emacs configuration
Other
5 stars 0 forks source link

rename functions and variables #37

Closed nlamirault closed 9 years ago

nlamirault commented 9 years ago

Use this pattern for private :

(defun scame--foo ....

And fort public :

(defun scame-bar...