More emacs stuff

pull/2/head
E. Almqvist 2 years ago
parent e1af8fbfd2
commit ad069539f1
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 7
      emacs/.config/emacs/init.el

@ -48,7 +48,7 @@
'(evil-undo-system 'undo-redo) '(evil-undo-system 'undo-redo)
'(lsp-rust-server 'rust-analyzer) '(lsp-rust-server 'rust-analyzer)
'(package-selected-packages '(package-selected-packages
'(lsp-ui company flycheck scss-mode yaml-mode ligature evil-smartparens smartparens web-mode sublimity typescript-mode glsl-mode format-all hl-todo elcord evil-tabs evil-commentary format-all auto-complete editorconfig haskell-mode counsel ivy go-mode rust-mode use-package treemacs-evil treemacs projectile doom-themes lsp-mode evil))) '(aggressive-indent lsp-ui company flycheck scss-mode yaml-mode ligature evil-smartparens smartparens web-mode sublimity typescript-mode glsl-mode format-all hl-todo elcord evil-tabs evil-commentary format-all auto-complete editorconfig haskell-mode counsel ivy go-mode rust-mode use-package treemacs-evil treemacs projectile doom-themes lsp-mode evil)))
(custom-set-faces (custom-set-faces
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.
@ -170,3 +170,8 @@
(lsp-ui-peek-always-show t) (lsp-ui-peek-always-show t)
(lsp-ui-sideline-show-hover t) (lsp-ui-sideline-show-hover t)
(lsp-ui-doc-enable nil)) (lsp-ui-doc-enable nil))
;; Automatic shit
(global-aggressive-indent-mode 1)
(electric-pair-mode t)
;; (add-to-list 'aggressive-indent-excluded-modes 'html-mode)

Loading…
Cancel
Save