Tweaks.
This commit is contained in:
parent
b274677eef
commit
1c01f9f1dd
@ -3,10 +3,13 @@
|
|||||||
|
|
||||||
(setq mc/cmds-to-run-for-all
|
(setq mc/cmds-to-run-for-all
|
||||||
'(
|
'(
|
||||||
|
backward-sexp
|
||||||
dired-do-rename
|
dired-do-rename
|
||||||
|
eval-last-sexp
|
||||||
forward-sexp
|
forward-sexp
|
||||||
git-rebase-squash
|
git-rebase-squash
|
||||||
git-rebase-undo
|
git-rebase-undo
|
||||||
|
helm-show-kill-ring
|
||||||
isearch-forward-regexp
|
isearch-forward-regexp
|
||||||
isearch-other-control-char
|
isearch-other-control-char
|
||||||
isearch-printing-char
|
isearch-printing-char
|
||||||
|
8
init.el
8
init.el
@ -101,7 +101,7 @@
|
|||||||
|
|
||||||
(defvar packages-other
|
(defvar packages-other
|
||||||
'(thingatpt+ latex-preview-pane paredit inf-ruby rust-mode paradox
|
'(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
|
dired+ ctags ctags-update helm-gtags hackernews gitconfig-mode
|
||||||
aggressive-indent imenu+ weechat evil helm-ag xclip neotree
|
aggressive-indent imenu+ weechat evil helm-ag xclip neotree
|
||||||
magit-gh-pulls diminish gist org spotify ghc))
|
magit-gh-pulls diminish gist org spotify ghc))
|
||||||
@ -247,6 +247,11 @@
|
|||||||
:config
|
:config
|
||||||
(diminish 'smooth-scroll-mode))
|
(diminish 'smooth-scroll-mode))
|
||||||
|
|
||||||
|
(use-package string-inflection
|
||||||
|
:ensure t
|
||||||
|
:commands string-inflection-toggle
|
||||||
|
:bind ("C-c l" . string-inflection-toggle))
|
||||||
|
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
;; Programming Mode Hooks
|
;; Programming Mode Hooks
|
||||||
;; =============================================================================
|
;; =============================================================================
|
||||||
@ -270,7 +275,6 @@
|
|||||||
|
|
||||||
(use-package projectile
|
(use-package projectile
|
||||||
:ensure t
|
:ensure t
|
||||||
:commands
|
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(setq projectile-enable-caching t)
|
(setq projectile-enable-caching t)
|
||||||
|
Loading…
Reference in New Issue
Block a user