Difference between revision 4 and current revision
Summary: Rollback to 2008-09-05 00:16 UTC
No diff available.I’ll add up flavour when I get time.. (sorry!)
Welcome anyway!
– AlexSchroeder
I’m a Emacs newbie, by the way. Just started using Emacs in late 2003.
Here’s my favourite elisp code (that I do first, everytime I want to customize new Emacs installs)
;; No menu bar in the console mode
(if (eq (symbol-value 'window-system) nil)
(menu-bar-mode -1))
This one gives more screen space in text-only terminals! Just my 2¢…