Skip to content

Instantly share code, notes, and snippets.

View Umatriz's full-sized avatar
🍵

Umatriz

🍵
  • 20:44 (UTC +03:00)
View GitHub Profile
@Umatriz
Umatriz / init.el
Created October 27, 2025 19:11
My Emacs config
(setq custom-file "~/.emacs.d/custom.el")
(load custom-file)
(setq inhibit-splash-screen t)
(setq inhibit-startup-screen t)
(tool-bar-mode 0)
(menu-bar-mode 0)
(scroll-bar-mode 0)
(global-display-line-numbers-mode 1)