Table of Contents

Emacs

.em

Markdown

LaTeX

Look


- `C-h b` is great but I get a lot more mileage out of `C-h m` which will show you the keybindings for the particular modes you have enabled. It's usually a lot easier to find what you're looking for here than in the giant, complete list of keybindings. The Hippy Hacker



curl -L http://git.io/epre | sh bbatsov/prelude



(defun mac-open-file (filename &optional wildcards)

 (interactive
   (let ((last-nonmenu-event nil)) 
   (find-file-read-args "Find existing file: " t))
 )

; (find-file-existing filename wildcards)

 (find-file-existing filename)

)

(global-set-key 1 'mac-open-file) EmacsWiki: Mac OSTweaks



brew install emacs –HEAD –use-git-head –cocoa –srgb Emacs 24: Use Homebrew instead of EmacsForMacOSX



C-h b lists the key bindings applicable in current buffer What is the key sequence for closing the current buffer in Emacs? - Stack Overflow


1) alt o
Toolbox