summaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index bc0abf8..516880f 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -184,6 +184,14 @@
(use-package google-c-style :defer t :ensure t)
+;; Compile
+
+(use-package compile
+ :bind (:map compilation-mode-map
+ ("s-[" . compilation-previous-error)
+ ("s-]" . compilation-next-error)))
+
+
;; Dired
(use-package dired