From 8af8713312d6b2db9113da603b723a3ee7d726a4 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 16 Jun 2016 12:19:58 -0700 Subject: [PATCH] random tweaks --- dotfiles/emacs.d/README.org | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index e0b27dc0..f964d8d2 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -1537,9 +1537,6 @@ I use helm for almost all emacs completion :commands er/expand-region :config (setq expand-region-contract-fast-key "j") :bind (("C-c k" . er/expand-region))) -#+END_SRC -#+BEGIN_SRC emacs-lisp - #+END_SRC *** multi-line #+BEGIN_SRC emacs-lisp @@ -1593,7 +1590,6 @@ I use helm for almost all emacs completion (cl-delete 'yas-ido-prompt yas-prompt-functions))))) #+END_SRC - ** Source Control *** magit #+BEGIN_SRC emacs-lisp @@ -1621,9 +1617,6 @@ I use helm for almost all emacs completion :config (progn (global-git-gutter-mode -1))) -#+END_SRC -#+BEGIN_SRC emacs-lisp - #+END_SRC *** gitolite-clone #+BEGIN_SRC emacs-lisp @@ -1979,11 +1972,6 @@ I use helm for almost all emacs completion #+BEGIN_SRC emacs-lisp (use-package rust-mode :mode (("\\.rs\\'" . rust-mode)) - :preface - (progn - (defun imalison:rust-mode-hook () - (imalison:make-imenu-index-flat) - (racer-mode))) :config (progn (use-package flycheck-rust @@ -2241,18 +2229,15 @@ I don't use iedit directly, but it is used by [[*emr][emr]] and I need to disabl (recentf-mode 1) (setq recentf-max-menu-items 500))) - (use-package zop-to-char - :bind ("M-z" . zop-to-char)) - +#+END_SRC +*** restclient +#+BEGIN_SRC emacs-lisp (use-package restclient :mode (("\\.restclient\\'" . restclient-mode)) :config (progn (use-package company-restclient))) - (use-package comment-dwim-2 - :bind ("M-;" . comment-dwim-2)) - #+END_SRC *** key-chord #+BEGIN_SRC emacs-lisp