fix(emacs): EXPAND TABS
This commit is contained in:
@@ -64,5 +64,6 @@
|
|||||||
syd/eshell
|
syd/eshell
|
||||||
syd/treesit
|
syd/treesit
|
||||||
syd/grammatical-framework
|
syd/grammatical-framework
|
||||||
|
syd/tabs
|
||||||
syd/lsp
|
syd/lsp
|
||||||
syd/custom))
|
syd/custom))
|
||||||
|
|||||||
7
modules/home/users/msyds/emacs/lisp/syd/tabs.el
Normal file
7
modules/home/users/msyds/emacs/lisp/syd/tabs.el
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
;;; -*- lexical-binding: t -*-
|
||||||
|
(require 'syd/base)
|
||||||
|
|
||||||
|
;; Disable tabs by default.
|
||||||
|
(setq-default indent-tabs-mode nil)
|
||||||
|
|
||||||
|
(provide 'syd/tabs)
|
||||||
Reference in New Issue
Block a user