Recent Posts

scott's blog

scott's blog

Return To Blog Listing

chronicles of a computer geek

Search This Blog's Tags For:

Recent Posts Tagged With 'emacs'

  • Warning: emacs on live website may cause headaches

    Posted on Friday March 7th, 2008 at 13:41 in webdev, emacs

    If you edit a live website using emacs (which everyone should!), you’ll want to be sure you have these two lines in your .emacs file: (setq auto-save-default nil) (setq make-backup-files nil) emacs tends to make alot of extra files. This is usu...