diff options
-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"))) |