Tag Archives: elisp

First Things in my .emacs

Pardon the extra linebreaks. I don’t normally format my lisp code this way, but the layout of my blog makes this snippet linewrap and hard to read. (global-font-lock-mode t)   (defvar autosave-dir "~/.emacs.d/autosave") (make-directory autosave-dir t)   (defun auto-save-file-name-p (filename) … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment