lightmode
Elias Almqvist 2 years ago
parent 0c3b92765a
commit db41608fee
  1. 4
      doomemacs/.doom.d/config.el
  2. 2
      doomemacs/.doom.d/init.el

@ -74,3 +74,7 @@
;; ;;
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how ;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
;; they are implemented. ;; they are implemented.
;; Indentation
(setq-default tab-width 4)
(setq-default indent-tabs-mode t)

@ -68,7 +68,7 @@
:emacs :emacs
dired ; making dired pretty [functional] dired ; making dired pretty [functional]
electric ; smarter, keyword-based electric-indent ;; electric ; smarter, keyword-based electric-indent
;;ibuffer ; interactive buffer management ;;ibuffer ; interactive buffer management
undo ; persistent, smarter undo for your inevitable mistakes undo ; persistent, smarter undo for your inevitable mistakes
;; vc ; version-control and Emacs, sitting in a tree ;; vc ; version-control and Emacs, sitting in a tree

Loading…
Cancel
Save