Whitespace cleanup
This commit is contained in:
parent
85ed08a3d2
commit
354f9df3ec
1 changed files with 15 additions and 14 deletions
|
|
@ -72,9 +72,9 @@
|
||||||
|
|
||||||
(defvar my-packages
|
(defvar my-packages
|
||||||
(list
|
(list
|
||||||
'switch-window ; takes over C-x o
|
'switch-window ; takes over C-x o
|
||||||
'auto-complete ; complete as you type with overlays
|
'auto-complete ; complete as you type with overlays
|
||||||
'zencoding-mode ; http://www.emacswiki.org/emacs/ZenCoding
|
'zencoding-mode ; http://www.emacswiki.org/emacs/ZenCoding
|
||||||
'ruby-mode ; Major mode for editing Ruby files
|
'ruby-mode ; Major mode for editing Ruby files
|
||||||
'color-theme ; Color themes...
|
'color-theme ; Color themes...
|
||||||
'color-theme-solarized ; ...Solarized
|
'color-theme-solarized ; ...Solarized
|
||||||
|
|
@ -346,6 +346,7 @@
|
||||||
|
|
||||||
(defun my-c-mode-hook ()
|
(defun my-c-mode-hook ()
|
||||||
(c-set-style "ms-c"))
|
(c-set-style "ms-c"))
|
||||||
|
|
||||||
(add-hook 'c-mode-hook 'my-c-mode-hook)
|
(add-hook 'c-mode-hook 'my-c-mode-hook)
|
||||||
(add-hook 'c++-mode-hook 'my-c-mode-hook)
|
(add-hook 'c++-mode-hook 'my-c-mode-hook)
|
||||||
(add-hook 'java-mode-hook 'my-c-mode-hook)
|
(add-hook 'java-mode-hook 'my-c-mode-hook)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue