Category: Emacs
-
Melpa for emacs
Melpa is a Emacs mode repository. If you are not using Melpa on Emacs 24 you are really missing something. Put this in your .emacs file. Restart and run M-x list-packages
-
Searching in Buffers with Occur Mode – Emacs
I mostly work on Terminal or Emacs buffer. I love emacs. Significant part of my work involves searching for a piece of code. Occur mode is similar to grep-find and find-grep. Just that I only search for the buffers which are open. For more info go here: Searching in Buffers with Occur Mode | Mastering…