diff --git a/.mc-lists.el b/.mc-lists.el index 36c870ef..26939cea 100644 --- a/.mc-lists.el +++ b/.mc-lists.el @@ -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 diff --git a/init.el b/init.el index 997218fa..9f5de229 100644 --- a/init.el +++ b/init.el @@ -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)