diff options
| author | Ravi R Kiran <aine.marina@gmail.com> | 2017-12-24 22:03:15 (GMT) |
|---|---|---|
| committer | Ravi R Kiran <aine.marina@gmail.com> | 2017-12-24 22:03:15 (GMT) |
| commit | c71269fd0ff2214778b985c99d7a701ae38a213c (patch) | |
| tree | dd6908ceb1c2d15fdc6502e3a4357347510b43a7 /lisp | |
| parent | 1957e7a6d000479161be0b39bbf6cd553ae1843f (diff) | |
| download | dotemacs-c71269fd0ff2214778b985c99d7a701ae38a213c.zip dotemacs-c71269fd0ff2214778b985c99d7a701ae38a213c.tar.gz dotemacs-c71269fd0ff2214778b985c99d7a701ae38a213c.tar.bz2 | |
Use canned multiple compilation commands
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ravi-init-cpp.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ravi-init-cpp.el b/lisp/ravi-init-cpp.el index c8a1d9d..e4a867b 100644 --- a/lisp/ravi-init-cpp.el +++ b/lisp/ravi-init-cpp.el @@ -536,6 +536,11 @@ this to 3 makes header-protection define KIG_MISC_NEWTYPE_H for a file named (bind-key "<f6>" 'hydra-cextra/body c-mode-base-map)) (bind-key "<M-f8>" 'compile-dwim c-mode-base-map) + (use-package multi-compile + :commands multi-compile-run + :init + (bind-key (if ravi-ergodox-mode "<M-f5>" "<M-S-f8>") 'multi-compile-run c-mode-base-map) + :ensure t) ;; Enable Malinka (use-package malinka |
