Skip to content

Commit

Permalink
Added README; added TODO to org agenda file list
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Keller committed Mar 27, 2010
1 parent 46b8e81 commit baa9a7c
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
17 changes: 16 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
tbd

Load init.el first. It loads everything else. Launch emacs like:

emacs -q -l ~/elisp/init.el

basic.el has all my must-have configuration and does not rely on any
thirdparty libraries. It should work fine in emacs 22 and 23. It can
be used a simple, portable .emacs file.

All thirdparty libraries are in ./lib. All files directly in this
directory are config files.

The system-<x>.el files are specific to a particular OS. The
host-<x>.el files are specific to a particular machine. work.el is
loaded when it detects I am at work (by testing the hostname).

10 changes: 7 additions & 3 deletions TODO.org → TODO-elisp.org
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@

** DONE Move projects into host-x.el files
CLOSED: [2010-03-26 Fri 22:36]
** TODO Write README
** TODO Add untracked .el files
** DONE Write README
CLOSED: [2010-03-27 Sat 12:41]
** DONE Add untracked .el files
CLOSED: [2010-03-27 Sat 12:36]
** TODO Add javadoc-help, config with JAVA_HOME
** DONE test non ~/elisp startup
CLOSED: [2010-03-26 Fri 22:40]
** TODO .emacs softlink throws off the 'dotfiles-dir' value
** TODO Move org-mode save-all stuff to host file
** DONE Move org-mode save-all stuff to host file
CLOSED: [2010-03-27 Sat 12:36]
** DONE www config has per-system stuff
CLOSED: [2010-03-27 Sat 12:29]
** DONE put all recentf stuff in init.el
Expand All @@ -16,3 +19,4 @@
** STARTED log4j-mode
Added pkg. Needs some love. Can't disable mode?
** TODO Advice autoload to run smex update?
** TODO Test on freebsd
2 changes: 2 additions & 0 deletions host-mktop.el
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@

;;; org-mode -----------------------------------------------------------

(add-to-list 'org-agenda-files (concat dotfiles-dir "TODO-elisp.org"))

;; git-auto-commit runs at top of hour
(defvar mk-org-save-timer
(run-at-time "00:59" 3600 'org-save-all-org-buffers))
Expand Down

0 comments on commit baa9a7c

Please sign in to comment.