Skip to content

Commit

Permalink
minor init changes
Browse files Browse the repository at this point in the history
  • Loading branch information
omarkj committed Jun 4, 2011
1 parent 7d62829 commit c5b9e0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distel
4 changes: 3 additions & 1 deletion init.el
Expand Up @@ -72,6 +72,8 @@
(require 'ido)

(global-set-key (kbd "C-x C-g") 'magit-status)
(global-set-key (kbd "M-C-f") 'enlarge-window-horizontally)
(global-set-key (kbd "M-C-c") 'enlarge-window)

(custom-set-variables
'(current-language-environment "UTF-8")
Expand All @@ -83,4 +85,4 @@
'(ns-right-alternate-modifier (quote meta))
'(ns-tool-bar-display-mode (quote both) t)
'(ns-tool-bar-size-mode (quote regular) t)
'(visual-line-mode nil t))
'(visual-line-mode nil t))

0 comments on commit c5b9e0e

Please sign in to comment.