update
This commit is contained in:
10
init.el
10
init.el
@@ -1,4 +1,4 @@
|
||||
(require 'package)
|
||||
(Require 'package)
|
||||
(let* ((no-ssl (and (memq system-type '(windows-nt ms-dos))
|
||||
(not (gnutls-available-p))))
|
||||
(proto (if no-ssl "http" "https")))
|
||||
@@ -26,7 +26,7 @@ There are two things you can do about this warning:
|
||||
("a24c5b3c12d147da6cef80938dca1223b7c7f70f2f382b26308eba014dc4833a" "a7051d761a713aaf5b893c90eaba27463c791cd75d7257d3a8e66b0c8c346e77" default)))
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(dumb-jump magit company flycheck-rust flycheck json-mode flymake-json tss tide material-theme zenburn-theme ac-js2 auto-complete projectile helm js2-mode cargo rust-mode))))
|
||||
(markdown-mode+ vue-mode dumb-jump magit company flycheck-rust flycheck json-mode flymake-json tss tide material-theme zenburn-theme ac-js2 auto-complete projectile helm js2-mode cargo rust-mode))))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
@@ -39,7 +39,8 @@ There are two things you can do about this warning:
|
||||
(setq rust-format-on-save t)
|
||||
(add-hook 'rust-mode-hook 'cargo-minor-mode)
|
||||
(with-eval-after-load 'rust-mode
|
||||
(add-hook 'flycheck-mode-hook #'flycheck-rust-setup))
|
||||
(add-hook 'flycheck-mode-hook #'flycheck-rust-setup))
|
||||
|
||||
(add-to-list 'auto-mode-alist '("\\.js\\'" . js2-mode))
|
||||
(require 'helm-config)
|
||||
(projectile-mode +1)
|
||||
@@ -74,3 +75,6 @@ There are two things you can do about this warning:
|
||||
(add-hook 'typescript-mode-hook #'setup-tide-mode)
|
||||
(add-hook 'json-mode #'flycheck-mode)
|
||||
(dumb-jump-mode)
|
||||
(global-display-line-numbers-mode)
|
||||
(require 'vue-mode)
|
||||
;; (add-to-list 'auto-mode-alist '("\\.vue\\'" . vue-mode))
|
||||
|
||||
Reference in New Issue
Block a user