Rewrite core initfiles; fix a lot of evil/PATH bugs
This commit is contained in:
parent
8a6f973c3e
commit
02863ee529
8 changed files with 222 additions and 172 deletions
|
@ -7,8 +7,11 @@
|
|||
flx-ido ; enhances ido's flex matching
|
||||
ido-vertical-mode ; vertical listing for ido completion
|
||||
project-explorer ; sidebar for navigation project files
|
||||
dired+
|
||||
))
|
||||
|
||||
(diminish 'projectile-mode)
|
||||
|
||||
;;#dired
|
||||
(setq dired-recursive-deletes 'always
|
||||
dired-recursive-copies 'always
|
||||
|
@ -35,6 +38,7 @@
|
|||
(ido-vertical-mode 1)
|
||||
(ido-everywhere 1)
|
||||
(flx-ido-mode 1)
|
||||
(add-to-list 'ido-ignore-files "\\`.DS_Store\\'")
|
||||
(setq ido-use-faces nil
|
||||
ido-confirm-unique-completion t
|
||||
ido-case-fold t
|
||||
|
@ -49,9 +53,6 @@
|
|||
(setq projectile-completion-system 'grizzl
|
||||
projectile-enable-caching t)
|
||||
|
||||
(add-to-list 'ido-ignore-buffers "\\`\\*[^s].*\\*")
|
||||
(add-to-list 'ido-ignore-files "\\`.DS_Store\\'")
|
||||
|
||||
;;#project-explorer
|
||||
(setq pe/width 24)
|
||||
(evil-set-initial-state 'project-explorer-mode 'emacs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue