diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-28 03:44:02 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-28 03:44:02 -0400 |
| commit | 63a905217718370b187680078d4c1ecd023470e3 (patch) | |
| tree | 02234a72ceb4e236a484c732a98ec25c05e9acda | |
| parent | 276b66894e71a842b8cc1e9143feadabf75874ea (diff) | |
| download | emacs-wttrin-63a905217718370b187680078d4c1ecd023470e3.tar.gz emacs-wttrin-63a905217718370b187680078d4c1ecd023470e3.zip | |
style: normalize wttrin-default-locations indentation to spaces
The list mixed tabs and spaces. Aligned every entry on spaces, no behavior
change.
| -rw-r--r-- | wttrin.el | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -123,16 +123,16 @@ A cap so the auto-fitted font never becomes absurdly large." :type 'integer) (defcustom wttrin-default-locations '("Honolulu, HI" - "Berkeley, CA" - "New Orleans, LA" - "New York, NY" + "Berkeley, CA" + "New Orleans, LA" + "New York, NY" "London, GB" "Paris, FR" "Berlin, DE" "Naples, IT" "Athens, GR" - "Kyiv, UA" - "Tokyo, JP" + "Kyiv, UA" + "Tokyo, JP" "Taipei, TW") "Specify default locations list for quick completion." :group 'wttrin |
