Skip to content

albert200000/guess-style

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

guess-style

What's this for?

Guess variables like c-basic-offset, tab-width and indent-tabs-mode automatically.

Configuration

Add the following to your .emacs:

(load "/path/to/guess-style")
(add-hook 'prog-mode-hook 'guess-style-guess-all)

Usage

To guess variables when a major mode is loaded, add guess-style-guess-all to that mode's hook like this: (add-hook 'c-mode-common-hook 'guess-style-guess-all)

To change what variables are guessed, customize guess-style-guesser-alist.

To show some of the guessed variables in the mode-line, enable guess-style-info-mode. You can do this by adding this to your .emacs:

(global-guess-style-info-mode 1)

About

Emacs: automatic setting of code style variables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%