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. 2
      emacs/.config/emacs/config.el
  2. 2
      emacs/.config/emacs/init.el

@ -11,7 +11,7 @@
;; Enable line numbers ;; Enable line numbers
(global-display-line-numbers-mode 1) (global-display-line-numbers-mode 1)
;; Indentation ;; Indentaion
(setq (setq
indent-tabs-mode t indent-tabs-mode t
tab-width 4 tab-width 4

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

Loading…
Cancel
Save