1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-06-28 22:56:21 +03:00

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

This commit is contained in:
David Kühling 2011-01-02 13:56:02 +01:00
parent 0529b7d224
commit 297b631ff4

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)))