|
Help with font size in emacs?
I am triying to increase the font size for my emacs screen from the .emacs file and the verion that I am using is
GNU Emacs 21.4.1
in my .emacs file I have the following:
;; Text Options
;; ============
(setq-default fill-column 70)
(setq-default fill-prefix " ")
(set-default-font "8x13")
but for the set-default-font I can't go higher than the 8x13.
So any help would be very helpful I am used to using vim.
Thanks,
shadow5277
|