Add subword-mode to all relevant modes

This commit is contained in:
2013-05-07 09:05:08 +01:00
parent aa0c84143d
commit 41df915118
11 changed files with 12 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
(linum-mode t)
(fci-mode)
(auto-complete-mode)
(subword-mode)
(setq tab-width 2)
(setq highlight-indentation-offset 2)
(highlight-indentation-mode)

View File

@@ -4,6 +4,7 @@
(linum-mode t)
(fci-mode)
(auto-complete-mode)
(subword-mode)
(setq css-indent-offset 2)
(setq highlight-indentation-offset 2)
(highlight-indentation-mode)

View File

@@ -5,6 +5,7 @@
(linum-mode t)
(fci-mode)
(auto-complete-mode)
(subword-mode)
(setq tab-width 2)
(setq highlight-indentation-offset 2)
(highlight-indentation-mode))

View File

@@ -11,6 +11,7 @@
(flyspell-mode)
(linum-mode t)
(auto-fill-mode)
(subword-mode)
(setq fill-column 72)
(fci-mode))

View File

@@ -4,6 +4,7 @@
(linum-mode t)
(fci-mode)
(auto-complete-mode)
(subword-mode)
(setq tab-width 4)
(highlight-indentation-mode))

View File

@@ -11,6 +11,7 @@
(linum-mode t)
(flyspell-mode)
(auto-fill-mode)
(subword-mode)
(define-key markdown-mode-map (kbd "C-c p") 'markdown-preview))
(add-hook 'markdown-mode-hook 'customizations-for-markdown-mode)

View File

@@ -7,6 +7,7 @@
(linum-mode t)
(fci-mode)
(auto-complete-mode)
(subword-mode)
(setq php-basic-offset 2)
(setq tab-width 2)
(setq highlight-indentation-offset 2)

View File

@@ -4,6 +4,7 @@
(linum-mode t)
(fci-mode)
(auto-complete-mode)
(subword-mode)
(highlight-indentation-mode)
(highlight-indentation-current-column-mode)
(define-key python-mode-map (kbd "RET") 'newline-and-indent))

View File

@@ -44,6 +44,7 @@
(highlight-indentation-current-column-mode)
(hs-minor-mode 1)
(flymake-ruby-load)
(subword-mode)
(setq ruby-deep-arglist t)
(setq ruby-deep-indent-paren nil)
(setq c-tab-always-indent nil)

View File

@@ -6,6 +6,7 @@
(linum-mode t)
(fci-mode)
(auto-complete-mode)
(subword-mode)
(setq sh-basic-offset 2)
(setq sh-indentation 2)
(setq highlight-indentation-offset 2)

View File

@@ -8,7 +8,8 @@
(linum-mode t)
(fci-mode)
(auto-complete-mode)
(setq highlight-indentation-offset 2)
(subword-mode)
(setq highlight-indentation-offset 2)
(highlight-indentation-mode)
(highlight-indentation-current-column-mode)
(define-key yaml-mode-map (kbd "RET") 'newline-and-indent))