diff options
author | noa | 2025-04-29 14:58:34 +0800 |
---|---|---|
committer | noa | 2025-04-29 14:58:34 +0800 |
commit | 34b95c5c05b81e5613fe73da1d0a2072c6822600 (patch) | |
tree | c056e0564f289150f334737cd4438799649f39f4 /emacs/init.el | |
parent | 5cfd28e0e42324e4dc480880b19938165dcf7d6c (diff) |
Add a new preamble
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 609b7c3..889f8e4 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -1,9 +1,11 @@ ;;; init.el --- my emacs configuration -*- lexical-binding: t; -*- ;;; Commentary: +;; Welcome to my emacs! It's not much, but it's mine :) ;; (profiler-start 'cpu+mem) + ;;; Getting started (add-to-list 'load-path (expand-file-name (concat user-emacs-directory "site-lisp"))) |