A recent victory in my struggle for emacs customization without actually trying too hard:
(menu-bar-mode 0)
(tool-bar-mode 0)
(setq
initial-frame-alist
; Or: (modify-frame-parameters (selected-frame)...)
'(
(vertical-scroll-bars . right)
(top . 0) (left . 0) (width . 88) (height . 41)
(icon-type . "/home/sean/s/icons/emacs_Gubinelli3_rev.xbm")
; = http://interglacial.com/~sburke/pub/emacs/emacs_Gubinelli_inverse.xbm
; Based on http://www.ing.unipi.it/~d9615/homepage/mac.html
))
;Ketchikan
(setq calendar-latitude 55.3)
(setq calendar-longitude -131.6)
(defalias 'kill-window 'delete-window)
; because I always think it's called that!
Emacs as a Massively Single-Player Online RPG 0 Comments More | Login | Reply /