Always use spaces instead of tabs
This commit is contained in:
parent
65299f9f1f
commit
8d1023a4a2
1 changed files with 5 additions and 3 deletions
|
@ -61,6 +61,8 @@
|
|||
(treesit-font-lock-level 4)
|
||||
(custom-file "~/.config/emacs/custom.el")
|
||||
(frame-title-format "%b - Emacs")
|
||||
(indent-tabs-mode nil)
|
||||
(tab-width 4)
|
||||
:config
|
||||
(set-face-background 'vertical-border (face-background 'default))
|
||||
(set-display-table-slot standard-display-table 'vertical-border (make-glyph-code ?┃))
|
||||
|
|
Loading…
Add table
Reference in a new issue