First commit.
This commit is contained in:
18
lisp/ux/indentation.el
Normal file
18
lisp/ux/indentation.el
Normal file
@@ -0,0 +1,18 @@
|
||||
;;; indentation.el --- Configure Emacs indentation behavior -*- lexical-binding: t; -*-
|
||||
;;; Commentary:
|
||||
;;; Code:
|
||||
|
||||
(use-package dtrt-indent
|
||||
:config
|
||||
(validate-setq
|
||||
dtrt-indent-verbosity 0
|
||||
global-mode-string (delq 'dtrt-indent-mode-line-info global-mode-string)))
|
||||
|
||||
(use-package smart-tabs-mode
|
||||
:quelpa (smart-tabs-mode
|
||||
:fetcher github
|
||||
:repo "jcsalomon/smarttabs"))
|
||||
|
||||
|
||||
(provide 'ux/indentation)
|
||||
;;; indentation.el ends here
|
Reference in New Issue
Block a user