summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2016-09-20 08:41:20 +0200
committerAlan Pearce2016-09-20 08:41:20 +0200
commita3ce3fd20465c32c2469930527535b818d193cd4 (patch)
treefefe43910057b5f153e3797ea93ca54b1e923501 /tag-emacs
parentf4eaf9ac5632a6351969cc7e320c07faf05ede51 (diff)
downloaddotfiles-a3ce3fd20465c32c2469930527535b818d193cd4.tar.lz
dotfiles-a3ce3fd20465c32c2469930527535b818d193cd4.tar.zst
dotfiles-a3ce3fd20465c32c2469930527535b818d193cd4.zip
Emacs: Setting tab-stop-list seems unnecessary
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.org9
1 files changed, 2 insertions, 7 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 6049bc3..e3a6079 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -633,13 +633,8 @@ Ah, a complicated topic.  One day we’ll all be using elastic
 tabstops.  Until then, I want 4-wide tabs, and make them real tabs!
 
 #+BEGIN_SRC emacs-lisp
-(setq-default tab-width 4
-              indent-tabs-mode t)
-(setq tab-stop-list
-      ;; (mapcar (lambda (x)
-      ;;           (* 4 x))
-      ;;         (number-sequence 1 (/ 120 4)))
-      '(4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76 80 84 88 92 96 100 104 108 112 116 120))
+  (setq-default tab-width 4
+				indent-tabs-mode t)
 #+END_SRC
 
 ** auto-indent-mode