Skip to content

Instantly share code, notes, and snippets.

@benjiqq
Created November 5, 2013 10:56
Show Gist options
  • Save benjiqq/7317304 to your computer and use it in GitHub Desktop.
Save benjiqq/7317304 to your computer and use it in GitHub Desktop.
git emacs
;(tool-bar-mode -1)
;(setq inhibit-startup-message t)
(define-key key-translation-map (kbd "M-8") (kbd "["))
(define-key key-translation-map (kbd "M-9") (kbd "]"))
(define-key key-translation-map (kbd "M-6") (kbd "{"))
(define-key key-translation-map (kbd "M-7") (kbd "}"))
;(add-to-list 'load-path "~/devtools/emacs/color-theme/")
;(add-to-list 'load-path "~/devtools/emacs/color-theme/color-theme.el")
;(load-file "~/devtools/emacs/color-theme/themes/zenburn.el")
;(zenburn)
;(setq color-theme-is-global t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment