summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-07-16 16:28:45 +0300
committerThanos Apollo <[email protected]>2023-07-16 16:28:45 +0300
commit2106dda3d25c17f34bca7cd7450431e79dceab44 (patch)
treee5f5ae0da4f2cbb62d2a7ab16e678321f3cb33be
parent7123e4716670f499882e8c4e17405bfc4f3620ef (diff)
indent-tabs-mode: nil
-rwxr-xr-xemacs.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.org b/emacs.org
index 7b9739f..386c627 100755
--- a/emacs.org
+++ b/emacs.org
@@ -565,6 +565,8 @@ Fonts and basic appearance settings for each device
(require 'dap-mode)
(dap-ui-mode)
+
+ (setq indent-tabs-mode nil)
#+end_src
** Magit
#+begin_src emacs-lisp