This commit is contained in:
Ivan Malison 2014-11-20 02:26:12 -08:00
parent b274677eef
commit 1c01f9f1dd
2 changed files with 9 additions and 2 deletions

View File

@ -3,10 +3,13 @@
(setq mc/cmds-to-run-for-all
'(
backward-sexp
dired-do-rename
eval-last-sexp
forward-sexp
git-rebase-squash
git-rebase-undo
helm-show-kill-ring
isearch-forward-regexp
isearch-other-control-char
isearch-printing-char

View File

@ -101,7 +101,7 @@
(defvar packages-other
'(thingatpt+ latex-preview-pane paredit inf-ruby rust-mode paradox
exec-path-from-shell slime string-inflection yaml-mode sgml-mode
exec-path-from-shell slime yaml-mode sgml-mode
dired+ ctags ctags-update helm-gtags hackernews gitconfig-mode
aggressive-indent imenu+ weechat evil helm-ag xclip neotree
magit-gh-pulls diminish gist org spotify ghc))
@ -247,6 +247,11 @@
:config
(diminish 'smooth-scroll-mode))
(use-package string-inflection
:ensure t
:commands string-inflection-toggle
:bind ("C-c l" . string-inflection-toggle))
;; =============================================================================
;; Programming Mode Hooks
;; =============================================================================
@ -270,7 +275,6 @@
(use-package projectile
:ensure t
:commands
:config
(progn
(setq projectile-enable-caching t)