diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-04-29 10:58:29 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-04-29 10:58:29 -0700 |
| commit | a6733a53ea9fa917be393b83132f30cbabec926f (patch) | |
| tree | 22d045b53da4709d35a39d716f8d6b9c6b5ab387 /nix/users/fcuny/configs/emacs/early-init.el | |
| parent | initial import of emacs config (diff) | |
| download | infra-a6733a53ea9fa917be393b83132f30cbabec926f.tar.gz | |
add headers to elisp files
Diffstat (limited to 'nix/users/fcuny/configs/emacs/early-init.el')
| -rw-r--r-- | nix/users/fcuny/configs/emacs/early-init.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nix/users/fcuny/configs/emacs/early-init.el b/nix/users/fcuny/configs/emacs/early-init.el index 55c8728..2bcbca5 100644 --- a/nix/users/fcuny/configs/emacs/early-init.el +++ b/nix/users/fcuny/configs/emacs/early-init.el @@ -1,3 +1,9 @@ +;;; early-init.el --- Early initialization -*- lexical-binding: t -*- + +;;; Commentary: + +;;; Code: + ;; Startup speed, annoyance suppression (setq gc-cons-threshold 10000000) (setq byte-compile-warnings '(not obsolete)) @@ -19,3 +25,5 @@ (ns-transparent-titlebar . t))) (set-face-attribute 'default nil :family "Source Code Pro" :height 150) + +;;; early-init.el ends here |
