add new things

This commit is contained in:
Grant
2017-10-19 16:50:49 -06:00
parent 20dccfe788
commit 3c6996d211
3 changed files with 28 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
("C-x C-b" . helm-buffers-list)
("C-x C-f" . helm-find-files)
("C-x C-r" . helm-recentf)
("C-c p h" . helm-projectile)
("M-y" . helm-show-kill-ring)
("C-;" . ace-window)
("C-S-<up>" . buf-move-up)

View File

@@ -21,8 +21,13 @@
theme-looper
magit
rust-mode
yaml-mode
terraform-mode
terraform-company
racer
company
projectile
helm-projectile
))
;Install required packages
@@ -42,7 +47,7 @@
(which-key-mode)
;Setup company-mode
(setq company-dabbrev-downcase 0)
(setq company-dabbrev-downcase nil)
(setq company-idle-delay 0)
(setq company-minimum-prefix-length 2)