add new things
This commit is contained in:
parent
20dccfe788
commit
3c6996d211
@ -1,4 +1,11 @@
|
||||
;Record startup timestamp
|
||||
|
||||
;; Added by Package.el. This must come before configurations of
|
||||
;; installed packages. Don't delete this line. If you don't want it,
|
||||
;; just comment it out by adding a semicolon to the start of the line.
|
||||
;; You may delete these explanatory comments.
|
||||
(package-initialize)
|
||||
|
||||
(defvar super-emacs/invokation-time
|
||||
(current-time))
|
||||
|
||||
@ -8,3 +15,17 @@
|
||||
(load-file "~/.emacs.d/super-emacs/interface.el")
|
||||
(load-file "~/.emacs.d/super-emacs/misc.el")
|
||||
(load-file "~/.emacs.d/super-emacs/key-bindings.el")
|
||||
(custom-set-variables
|
||||
;; custom-set-variables was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(company-terraform terraform-mode yaml-mode company racer rust-mode magit theme-looper myterminal-controls meta-presenter which-key dired-launch material-theme neotree undo-tree ztree buffer-move powerline ace-window ace-jump-mode multiple-cursors helm))))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
'(default ((t (:height 120)))))
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user