Tags
.NET back_injury beer business C# C++ career Carpentry detached_study diy ebay elisp Emacs fantasy federal_government freelancing games git GNU Google hackathon hp2600n hydrogen_fuel iphone jesus_christ laser Lisp math monkeys OpenBSD pelosi physics programming scammer SharePoint shell software_engineering superman tools video visual studio work workbench work_areas writing_skillsBlogroll
C++
People
Reference
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