From 1de42526dc325e709ac1405a0c9758fc07ab6046 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 20 May 2016 14:13:34 -0700 Subject: [PATCH] random cleanup --- dotfiles/emacs.d/init.el | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 54253ab6..f72a8932 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -2235,10 +2235,9 @@ window is active in the perspective." (use-package robe :commands robe-mode :init - (progn (add-hook 'ruby-mode-hook - (lambda () (robe-mode))))) + (progn (add-hook 'ruby-mode-hook 'robe-mode))) -(use-package rinari :ensure t) +(use-package rinari) ;; ============================================================================= ;; C/C++ @@ -2456,9 +2455,8 @@ items follow a style that is consistent with other prog-modes." ("\\.yml\\'" . yaml-mode))) (use-package sgml-mode - :commands sgml-mode ;; :bind ("C-c b" . web-beautify-html) TODO: mode specific, change binding - ) + :commands sgml-mode) (use-package gitconfig-mode :mode "\\.?gitconfig\\'") @@ -2479,7 +2477,6 @@ items follow a style that is consistent with other prog-modes." ;; ============================================================================= ;; Miscellaneous -(global-unset-key (kbd "C-o")) ;; Avoid collision with tmux binding. (bind-key "M-q" 'fill-or-unfill-paragraph) (bind-key "C-c C-s" 'sudo-edit) (bind-key "C-c SPC"