Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.
If you have any feedback, please email me.