add workaround for org-mode problem (todo: need a cleaner fix...)

This commit is contained in:
David Kühling
2011-01-02 13:57:28 +01:00
parent 0529b7d224
commit 297b631ff4
+5
View File
@@ -20,3 +20,8 @@
;; or tmm-menubar
(menu-bar-mode 0)
;; ugly work-around for load-history entry (require . t-mouse) added by
;; linux.el Not good, as it costs some memory.
(setq load-history
(apply 'nconc (mapcar (lambda (v) (if (stringp (car v)) (list v) nil))
load-history)))