mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03:00
emacs: fix load-history problem by disabling gpm-mouse-mode by default
remove previous, non-working workaround from site-start.el
This commit is contained in:
@@ -20,8 +20,3 @@
|
||||
;; 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)))
|
||||
|
||||
Reference in New Issue
Block a user