summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el14
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")