mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Add subword-mode to all relevant modes
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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))
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
(flyspell-mode)
|
||||
(linum-mode t)
|
||||
(auto-fill-mode)
|
||||
(subword-mode)
|
||||
(setq fill-column 72)
|
||||
(fci-mode))
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
(linum-mode t)
|
||||
(fci-mode)
|
||||
(auto-complete-mode)
|
||||
(subword-mode)
|
||||
(setq tab-width 4)
|
||||
(highlight-indentation-mode))
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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))
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user