diff options
Diffstat (limited to 'nix/users/fcuny/configs/emacs/init.el')
| -rw-r--r-- | nix/users/fcuny/configs/emacs/init.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nix/users/fcuny/configs/emacs/init.el b/nix/users/fcuny/configs/emacs/init.el index 914fd82..1611e6c 100644 --- a/nix/users/fcuny/configs/emacs/init.el +++ b/nix/users/fcuny/configs/emacs/init.el @@ -1,3 +1,9 @@ +;;; init.el --- This is where all emacs start. -*- lexical-binding: t -*- + +;;; Commentary: + +;;; Code: + (defconst emacs-start-time (current-time)) (defun report-time-since-load () @@ -469,3 +475,7 @@ :init (add-to-list 'completion-at-point-functions #'yasnippet-capf)) (report-time-since-load) + +;;; early-init.el ends here +;; byte-compile-warnings: (not docstrings lexical noruntime) +;; End: |
