diff --git a/README.md b/README.md index 8429632..46308b5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Guess variables like c-basic-offset, tab-width and indent-tabs-mode automaticall Add the following to your .emacs: ```elisp -(add-to-path 'load-path "/path/to/guess-style") +(add-to-list 'load-path "/path/to/guess-style") (autoload 'guess-style-set-variable "guess-style" nil t) (autoload 'guess-style-guess-variable "guess-style") (autoload 'guess-style-guess-all "guess-style" nil t) @@ -22,4 +22,4 @@ To show some of the guessed variables in the mode-line, enable guess-style-info- (global-guess-style-info-mode 1) ``` # Feedback -If you have any feedback, please email me. \ No newline at end of file +If you have any feedback, please email me.