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: Emacs
Dedicated window-buffer mapping with Emacs
I use CScope to navigate source code from within Emacs. It’s very, very useful and integrates will into Emacs. However, I’ve been wanting a way to control how cscope updates the buffer/window mappings as it locates search results for you. … Continue reading
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
Shell Buffers in Emacs
snarfed.org writes about running shells inside of Emacs.
Multi-TTy Emacs
This guy explains how to use Emacs over multiple TTys.