nessamurmur/rsense-mode

Make rsense-mode easier for end users to work with

Closed this issue · 0 comments

11:08:51 PM Moreover, you can make it easier for an end-user to work with it by doing something liek (defgroup rsense nil "Rsense provides autocompletion for ruby." :group 'languages) (defcustom rsense-client-executable (executable-find "_rsense_commandline.rb") "Path to the rsense command line script." :type 'string :group 'rsense) ...
11:09:21 PM then people can edit it by M-x customize-group RET rsense RET or by navigating through customize into Programming/Languages/rsense