random tweaks
This commit is contained in:
parent
be0776f12f
commit
8af8713312
@ -1537,9 +1537,6 @@ I use helm for almost all emacs completion
|
|||||||
:commands er/expand-region
|
:commands er/expand-region
|
||||||
:config (setq expand-region-contract-fast-key "j")
|
:config (setq expand-region-contract-fast-key "j")
|
||||||
:bind (("C-c k" . er/expand-region)))
|
:bind (("C-c k" . er/expand-region)))
|
||||||
#+END_SRC
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** multi-line
|
*** multi-line
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
@ -1593,7 +1590,6 @@ I use helm for almost all emacs completion
|
|||||||
(cl-delete 'yas-ido-prompt yas-prompt-functions)))))
|
(cl-delete 'yas-ido-prompt yas-prompt-functions)))))
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Source Control
|
** Source Control
|
||||||
*** magit
|
*** magit
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
@ -1621,9 +1617,6 @@ I use helm for almost all emacs completion
|
|||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(global-git-gutter-mode -1)))
|
(global-git-gutter-mode -1)))
|
||||||
#+END_SRC
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** gitolite-clone
|
*** gitolite-clone
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
@ -1979,11 +1972,6 @@ I use helm for almost all emacs completion
|
|||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package rust-mode
|
(use-package rust-mode
|
||||||
:mode (("\\.rs\\'" . rust-mode))
|
:mode (("\\.rs\\'" . rust-mode))
|
||||||
:preface
|
|
||||||
(progn
|
|
||||||
(defun imalison:rust-mode-hook ()
|
|
||||||
(imalison:make-imenu-index-flat)
|
|
||||||
(racer-mode)))
|
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(use-package flycheck-rust
|
(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)
|
(recentf-mode 1)
|
||||||
(setq recentf-max-menu-items 500)))
|
(setq recentf-max-menu-items 500)))
|
||||||
|
|
||||||
(use-package zop-to-char
|
#+END_SRC
|
||||||
:bind ("M-z" . zop-to-char))
|
*** restclient
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package restclient
|
(use-package restclient
|
||||||
:mode (("\\.restclient\\'" . restclient-mode))
|
:mode (("\\.restclient\\'" . restclient-mode))
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(use-package company-restclient)))
|
(use-package company-restclient)))
|
||||||
|
|
||||||
(use-package comment-dwim-2
|
|
||||||
:bind ("M-;" . comment-dwim-2))
|
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** key-chord
|
*** key-chord
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user