Skip to content

Commit

Permalink
colour + magic keys
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwilk committed Oct 20, 2013
1 parent 6d0b0f9 commit 87bb23a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@

;; Load bindings config
(live-load-config-file "bindings.el")

(color-theme-gandalf)

(global-set-key (kbd "C-c <left>") 'windmove-left)
(global-set-key (kbd "C-c <right>") 'windmove-right)
(global-set-key (kbd "C-c <up>") 'windmove-up)
(global-set-key (kbd "C-c <down>") 'windmove-down)

0 comments on commit 87bb23a

Please sign in to comment.