diff options
| author | DrNuget <drnuget@outlook.com> | 2025-12-11 19:43:11 +0200 |
|---|---|---|
| committer | DrNuget <drnuget@outlook.com> | 2025-12-11 19:43:11 +0200 |
| commit | a17430e7144213f22d887ed13cbcbad9625b6c98 (patch) | |
| tree | 8575625333f7b91494fc9fda342c9baa555f31f9 | |
| parent | 8da20156302327427a2fdb48286023f16e368090 (diff) | |
| download | dotfiles-a17430e7144213f22d887ed13cbcbad9625b6c98.tar.gz | |
emacs change indentation rules
| -rw-r--r-- | .emacs.d/config.org | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.d/config.org b/.emacs.d/config.org index 208efd4..9c058af 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -43,8 +43,7 @@ (setq-default indent-tabs-mode t) (setq-default tab-width 4) -(setq-default indent-tabs-mode t) -(defvaralias 'c-basic-offset 'tab-width) +(setq indent-line-function 'insert-tab) #+end_src |
