Home > emacs, lisp, programming > how many columns is correct?

how many columns is correct?

February 28th, 2008 Bob Leave a comment Go to comments

My first elisp function knows.

(defun eighty-columns ()
  (interactive)
  (set-frame-width (selected-frame) 80))
(global-set-key (kbd "C-c 8") 'eighty-columns)

Categories: emacs, lisp, programming Tags:
  1. No comments yet.
  1. No trackbacks yet.