mirror of https://github.com/Chizi123/.emacs.d.git

Joel Grunbaum
2020-10-20 2b80ab79e7214879060a9c1cdbcc4840386d6a40
config.org
@@ -618,7 +618,9 @@
  (set-language-environment "UTF-8")
  (prefer-coding-system 'utf-8)
  (setq-default indent-tabs-mode t
            tab-width 4)
                tab-width 4
                c-basic-offset tab-width
                cperl-indent-level tab-width)
  (delete-selection-mode)
  (global-set-key (kbd "RET") 'newline-and-indent)
#+END_SRC