random cleanup
This commit is contained in:
parent
d0bb940eb2
commit
1de42526dc
@ -2235,10 +2235,9 @@ window is active in the perspective."
|
|||||||
(use-package robe
|
(use-package robe
|
||||||
:commands robe-mode
|
:commands robe-mode
|
||||||
:init
|
:init
|
||||||
(progn (add-hook 'ruby-mode-hook
|
(progn (add-hook 'ruby-mode-hook 'robe-mode)))
|
||||||
(lambda () (robe-mode)))))
|
|
||||||
|
|
||||||
(use-package rinari :ensure t)
|
(use-package rinari)
|
||||||
|
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
;; C/C++
|
;; C/C++
|
||||||
@ -2456,9 +2455,8 @@ items follow a style that is consistent with other prog-modes."
|
|||||||
("\\.yml\\'" . yaml-mode)))
|
("\\.yml\\'" . yaml-mode)))
|
||||||
|
|
||||||
(use-package sgml-mode
|
(use-package sgml-mode
|
||||||
:commands sgml-mode
|
|
||||||
;; :bind ("C-c b" . web-beautify-html) TODO: mode specific, change binding
|
;; :bind ("C-c b" . web-beautify-html) TODO: mode specific, change binding
|
||||||
)
|
:commands sgml-mode)
|
||||||
|
|
||||||
(use-package gitconfig-mode
|
(use-package gitconfig-mode
|
||||||
:mode "\\.?gitconfig\\'")
|
:mode "\\.?gitconfig\\'")
|
||||||
@ -2479,7 +2477,6 @@ items follow a style that is consistent with other prog-modes."
|
|||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
|
|
||||||
;; Miscellaneous
|
;; Miscellaneous
|
||||||
(global-unset-key (kbd "C-o")) ;; Avoid collision with tmux binding.
|
|
||||||
(bind-key "M-q" 'fill-or-unfill-paragraph)
|
(bind-key "M-q" 'fill-or-unfill-paragraph)
|
||||||
(bind-key "C-c C-s" 'sudo-edit)
|
(bind-key "C-c C-s" 'sudo-edit)
|
||||||
(bind-key "C-c SPC"
|
(bind-key "C-c SPC"
|
||||||
|
Loading…
Reference in New Issue
Block a user