Archive

Archive for the ‘lisp’ Category

how many columns is correct?

February 28th, 2008 Bob No 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: