301 B
301 B
Basic Editing
The most crucial settings in the whole configuration. Despite the look of my configuration I do indeed use it as an editor.
(setq initial-buffer-choice t) ;;*scratch*
(setq-default standard-indent 2)
(setq-default tab-width 2)
(editorconfig-mode)