diff options
author | noa | 2025-02-16 21:58:05 +0800 |
---|---|---|
committer | noa | 2025-02-16 21:58:05 +0800 |
commit | 73cf1f468077c28efd3cf761710d37a36208b925 (patch) | |
tree | 4a80060d78910b26dad33faba44b8a80cba6086c /emacs/init.el | |
parent | bc3a82fb42746443095f50b1a831c4ca894791ed (diff) |
Remove todo section and add commentary to init.el
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/emacs/init.el b/emacs/init.el index 6e6408f..839bfda 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -1,12 +1,18 @@ ;;; init.el --- my emacs configuration -*- lexical-binding: t; -*- -;; Todo: -;; - Look at completion-preview-mode -;; - Look at grep-use-headings -;; - Look at elpa-openwith +;;; Commentary: ;; (profiler-start 'cpu+mem) +;; Things we have, or want to have, in this configuration: +;; - Make a nice interface +;; - Programming +;; - Offline web browsing +;; - Reading mail +;; - Sending mail +;; - Bibliography management +;; - Taking notes + (add-to-list 'load-path (expand-file-name (concat user-emacs-directory "site-lisp"))) (add-to-list 'exec-path "/home/noa/.config/Scripts") |