Init.el Cleanup and Relative Line Mode

- Remove whitespace in init.el
- Use built-in lua and nix language support
  instead of external packages
- Enable relative line mode
This commit is contained in:
Sravan Balaji
2024-12-31 11:07:38 -05:00
parent a3624d9371
commit 325b13ed8d
4 changed files with 352 additions and 338 deletions

View File

@@ -19,7 +19,7 @@
(doom/set-frame-opacity 95)
(setq display-line-numbers-type t)
(setq display-line-numbers-type 'relative)
(setq-default tab-width 4)