equal
deleted
inserted
replaced
1609 (add-hook 'c-mode-common-hook 'my-c-mode-style-hook) |
1609 (add-hook 'c-mode-common-hook 'my-c-mode-style-hook) |
1610 |
1610 |
1611 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1611 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1612 (message "python") |
1612 (message "python") |
1613 |
1613 |
|
1614 (setq python-indent 4) |
|
1615 (setq python-continuation-offset 8) |
|
1616 |
1614 (when (equal window-system 'w32) |
1617 (when (equal window-system 'w32) |
1615 (add-to-list 'process-coding-system-alist '("python" cp1251-unix . cp1251-unix)) |
1618 (add-to-list 'process-coding-system-alist '("python" cp1251-unix . cp1251-unix)) |
1616 ) |
1619 ) |
1617 |
1620 |
1618 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |
1621 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |