diff options
| author | DrNuget <drnuget@outlook.com> | 2025-11-30 01:00:42 +0200 |
|---|---|---|
| committer | DrNuget <drnuget@outlook.com> | 2025-11-30 01:00:42 +0200 |
| commit | 3353c07d361ddc937323a20060bd0b441c222224 (patch) | |
| tree | 7bfd54d355472bd742f1dbf7c51a0265c6cbb67b /.emacs | |
| parent | d7a34bb3f6efb66bbef731a49640c7fe0353b2b5 (diff) | |
| download | dotfiles-3353c07d361ddc937323a20060bd0b441c222224.tar.gz | |
emacs small changes
Diffstat (limited to '.emacs')
| -rw-r--r-- | .emacs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,6 +6,7 @@ (ido-mode 1) (setq font-lock-maximum-decoration t) +(setq inhibit-startup-screen t) (defun line-number-hook () (setq display-line-numbers-type 'relative) @@ -38,7 +39,7 @@ ;; Load custom theme (add-to-list 'custom-theme-load-path "~/.emacs.d/themes") -(load-theme 'materia) +(load-theme 'materia :no-confirm) ;; Settings to make Emacs look more like the terminal (modify-all-frames-parameters '((alpha-background . 80))) @@ -46,5 +47,4 @@ (setq-default line-spacing 0) ;; Tree sitter settings -(tree-sitter-require 'c) (global-tree-sitter-mode) |
