Emacs tweaks

lightmode
E. Almqvist 2 years ago
parent a7eeda6516
commit b186c72426
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 4
      emacs/.config/emacs/config.el
  2. 2
      emacs/.config/emacs/init.el

@ -11,11 +11,11 @@
;; Enable line numbers
(global-display-line-numbers-mode 1)
;; Indentation
;; Indentaion
(setq
indent-tabs-mode t
tab-width 4
)
)
(define-key evil-insert-state-map (kbd "TAB") 'tab-to-tab-stop)
;; TODO keywords etc

@ -46,7 +46,7 @@
'(elcord-quiet t)
'(elcord-use-major-mode-as-main-icon nil)
'(package-selected-packages
'(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)))
'(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 was added by Custom.

Loading…
Cancel
Save