Date:2011-01-02 13:56:02 (13 years 2 months ago)
Author:David Kühling
Commit:297b631ff44b9d96ff0a608637d89c003f5511bb
Message:add workaround for org-mode problem (todo: need a cleaner fix...)

Files: emacs/files/site-start.el (1 diff)

Change Details

emacs/files/site-start.el
2020;; or tmm-menubar
2121(menu-bar-mode 0)
2222
23;; ugly work-around for load-history entry (require . t-mouse) added by
24;; linux.el Not good, as it costs some memory.
25(setq load-history
26      (apply 'nconc (mapcar (lambda (v) (if (stringp (car v)) (list v) nil))
27                load-history)))

Archive Download the corresponding diff file



interactive