1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2025-04-21 12:27:27 +03:00

tune Emacs' RAM usage (down to approx 10MB now). Hide menu bar,

to save screen space.
This commit is contained in:
David Kühling
2010-12-16 00:36:49 +01:00
parent b7c65f3d54
commit ccd581858e
3 changed files with 61 additions and 6 deletions

View File

@@ -9,3 +9,8 @@
;; Allow us to output international characters to the terminal
(set-terminal-coding-system 'utf-8)
;; Do not show the menu bar. What use is it without a mouse?
;; (Note that you can still use the menu via <Esc> x menu-bar-open
;; or tmm-menubar
(menu-bar-mode 0)