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