add new things
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user