Tag Archives: emacs

Auto Save Files in Emacs

I’m resolving to make more frequent and regular posts on this “research” blog that’s so far has been just a place where I write down some basic tips and tricks that have to do with tools I use in programming … Continue reading

Posted in Tools | Tagged , , , | 2 Comments

Styling Emacs Scrollbar in Ubuntu

Emacs uses GTK by default in Ubuntu. In your ~/.emacs file, there should be no (scroll-bar-mode nil). Then add the following to ~/.gtkrc-2.0 style “contrast”    { GtkScrollbar::has_forward_stepper  = 0 GtkScrollbar::has_backward_stepper = 0 bg[NORMAL]   = “red” bg[PRELIGHT] = “dark red” bg[ACTIVE] = … Continue reading

Posted in Linux | Tagged , , | Leave a comment

C++ Style Guide

I’m a big believer that any software system should follow a consistent style. The emphasis should almost always be on consistence over justification. In the realm of style, there are a lot of opinions about code indentation, naming conventions, etc. … Continue reading

Posted in Programming | Tagged , , , , , , , | 1 Comment

Ode to Emacs

Source: XKCD’s tribute to emacs In a world of beautiful, powerful IDE‘s for programming in C++, Java, PHP, Perl, LaTeX, etc, I still use Emacs. For those that don’t know, Emacs is a editor which God used to program the Universe. … Continue reading

Posted in Linux, Programming | Tagged , , , , , , , | Leave a comment