Skip to content

Instantly share code, notes, and snippets.

@richcole
Created February 27, 2011 22:45
Show Gist options
  • Save richcole/846652 to your computer and use it in GitHub Desktop.
Save richcole/846652 to your computer and use it in GitHub Desktop.
Emacs configuration
(tool-bar-mode -1)
(menu-bar-mode -1)
(scroll-bar-mode -1)
(setq inhibit-splash-screen t)
(setq-default indent-tabs-mode nil)
(setq-default tab-width 4)
(font-lock-mode 0)
(global-set-key "\C-cm" 'compile)
(global-set-key "\C-cg" 'grep)
(global-set-key "\C-cr" 'replace-string)
(setq make-backup-files nil)
(set-variable 'compile-command "cd ~/RJL && rake")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment