Skip to content

Commit

Permalink
Update sample configuration file.
Browse files Browse the repository at this point in the history
  • Loading branch information
syohex committed Jan 23, 2012
1 parent d8282e4 commit 2c5ad87
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions example/quickrun_conf.el
Expand Up @@ -5,6 +5,14 @@
;; require quickrun.el
(require 'quickrun)

;; You should assign key binding, if you often use `quickrun' commands.
(global-set-key (kbd "<f5>") 'quickrun)
(global-set-key (kbd "M-<f5>") 'quickrun-compile-only)

;; I recomment you set popwin for quickrun.el
;; See also http://www.emacswiki.org/emacs/PopWin
(push '("*quickrun*") popwin:special-display-config)

;; Add C++ command for C11 and set it default in C++ file.
(quickrun-add-command "c++/c11"
'((:command . "g++")
Expand Down

0 comments on commit 2c5ad87

Please sign in to comment.