Started work on making the configuration modular.
This commit is contained in:
11
config/editing.org
Normal file
11
config/editing.org
Normal file
@@ -0,0 +1,11 @@
|
||||
* Basic Editing
|
||||
|
||||
The most crucial settings in the whole configuration. Despite the look of my
|
||||
configuration I do *indeed* use it as an editor.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(setq initial-buffer-choice t) ;;*scratch*
|
||||
(setq-default standard-indent 2)
|
||||
(setq-default tab-width 2)
|
||||
(editorconfig-mode)
|
||||
#+end_src
|
||||
Reference in New Issue
Block a user