Home | History | Annotate | Download | only in subzero
      1 (
      2  (c++-mode . ((fill-column . 80)
      3               (indent-tabs-mode . nil)))
      4  (c-mode . ((fill-column . 80)
      5             (indent-tabs-mode . nil)))
      6  (python-mode . ((fill-column . 80)
      7                  (tab-width . 2)
      8                  (indent-tabs-mode . nil)))
      9 )
     10