Emacs and W3M: Toggling between work and the Web
Here’s a handy shortcut that toggles between the W3M web browser and other buffers you’re working on. I use it to quickly switch between code and documentation (or your favorite timewasting site, as it...
View ArticleEmacs and w3m: Making tabbed browsing easier
If you browse with a lot of open tabs, like I do, w3m will be much easier to use once you remap w3m-next-buffer and w3m-previous-buffer onto single-key shortcuts, allowing you to press a key to quickly...
View ArticleEmacs w3m: Open pages in external browsers
Sometimes w3m is not enough. To make it easier to open the current page in a browser such as Mozilla Firefox, add the following to your ~/.emacs: (defun wicked/w3m-open-current-page-in-firefox () "Open...
View ArticleEmacs: Working with multiple source trees
As a developer, I often find myself working with multiple trees of source code. Sometimes, I’m comparing the trunk and the branches. Sometimes, I’m copying ideas from one place to another. Sometimes,...
View ArticleUsing org2blog to publish Org-mode subtrees
This patch modifies punchagan's org2blog to allow you to publish an Org subtree with M-x org2blog-post-subtree. It posts a draft by default, and publishes the post if you call it with C-u M-x...
View ArticleLiterate programming and my Emacs configuration file
Update 2013-08-30: Changed Emacs Starter Kit link. Thanks, Thomas! Inspired by the Emacs Starter Kit and the literate programming features in org-babel, I reviewed and organized my Emacs configuration....
View ArticleEmacs Chat: Harry R. Schwartz
We talk about Emacs NYC, organizing your configuration, pair programming and more. TRANSCRIPT HERE! http://archive.org/download/EmacsChatHarryRSchwartz/Emacs_Chat-Harry_R_Schwartz.mp3Podcast: Play in...
View Article