From 683e72fd2af84fc4fd1b9ff551792fa7c979487c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 24 Nov 2020 08:33:52 -0600 Subject: Add Smart Tabs --- config.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config.org b/config.org index d8f0325..a825f03 100644 --- a/config.org +++ b/config.org @@ -861,6 +861,19 @@ from [[https://github.com/alphapapa/unpackaged.el#org-return-dwim][unpackaged.el (global-aggressive-indent-mode 1)) #+end_src +*** Smart tabs + +#+begin_src emacs-lisp + (use-package smart-tabs-mode + :custom + (whitespace-style + '(face trailing tabs spaces lines newline + empty indentation space-before-tab + space-mark tab-mark newline-mark)) + :config + (smart-tabs-insinuate 'c 'c++ 'javascript 'java 'ruby)) +#+end_src + ** Display *** Prettify symbols mode -- cgit 1.4.1-21-gabe81