|
22 | 22 | (global-set-key "\C-m" 'reindent-then-newline-and-indent) |
23 | 23 | (setq indent-tabs-mode nil) |
24 | 24 | (setq standard-indent 4) |
25 | | - |
26 | | -'(set-default-font "-outline-Courier New-normal-r-normal-normal-12-90-96-96-c-*-iso8859-1") |
27 | | -'(set-default-font "-outline-Envy Code R VS-normal-r-normal-normal-15-112-96-96-c-*-iso8859-1") |
28 | | -'(set-default-font "-outline-Consolas-normal-r-normal-normal-15-112-96-96-c-*-iso8859-1") |
29 | | -'(set-default-font "-outline-Monaco-normal-r-normal-normal-13-97-96-96-c-*-iso8859-1") |
30 | | -'(set-default-font "-outline-Courier New-normal-r-normal-normal-12-90-96-96-c-*-iso8859-1") |
31 | 25 | (set-default-font "-outline-Consolas-normal-r-normal-normal-15-112-96-96-c-*-iso8859-1") |
32 | | -'(set-default-font "-outline-Lucida Sans Typewriter-normal-r-normal-normal-12-90-96-96-c-*-iso8859-1") |
33 | 26 |
|
34 | | -(add-to-list 'load-path (expand-file-name "D:\.emacs.d")) |
35 | | -(require 'color-theme) |
36 | | -(color-theme-initialize) |
37 | | -'(color-theme-gnome2) |
38 | | -'(color-theme-lethe) |
39 | | -'(color-theme-gruber-darker) |
| 27 | +(load-theme 'tango-dark) |
| 28 | + |
| 29 | +'(add-to-list 'load-path (expand-file-name "D:\.emacs.d")) |
| 30 | +'(require 'color-theme) |
| 31 | +'(color-theme-initialize) |
| 32 | + |
40 | 33 | (custom-set-variables |
41 | 34 | ;; custom-set-variables was added by Custom. |
42 | 35 | ;; If you edit it by hand, you could mess it up, so be careful. |
|
65 | 58 | (autoload 'python-mode "python-mode" "Major mode for editing Python code." t) |
66 | 59 | (setq auto-mode-alist |
67 | 60 | (append '(("\\.py$" . python-mode)) auto-mode-alist)) |
68 | | - |
69 | | -'Tabbar |
70 | | -(require 'tabbar) |
71 | | -(tabbar-mode) |
72 | | -(define-prefix-command 'lwindow-map) |
73 | | -(global-set-key (kbd "<M-up>") 'tabbar-backward-group) |
74 | | -(global-set-key (kbd "<M-down>") 'tabbar-forward-group) |
75 | | -(global-set-key (kbd "<M-left>") 'tabbar-backward) |
76 | | -(global-set-key (kbd "<M-right>") 'tabbar-forward) |
77 | | - |
78 | | -(custom-set-variables |
79 | | - '(speedbar-show-unknown-files t) |
80 | | -) |
0 commit comments