aboutsummaryrefslogtreecommitdiff
path: root/.emacs.local.d/modes/ecb.el
diff options
context:
space:
mode:
authorRaúl Benencia <rul@kalgan.cc>2019-06-23 11:43:30 -0700
committerRaúl Benencia <rul@kalgan.cc>2019-06-23 13:32:01 -0700
commit284c8327c95bb0c71b111ebf95723a35a478295c (patch)
treefaea9db4b1bba00d73d33b2065ed102f88b76b2c /.emacs.local.d/modes/ecb.el
Add emacs config
Diffstat (limited to '.emacs.local.d/modes/ecb.el')
-rw-r--r--.emacs.local.d/modes/ecb.el21
1 files changed, 21 insertions, 0 deletions
diff --git a/.emacs.local.d/modes/ecb.el b/.emacs.local.d/modes/ecb.el
new file mode 100644
index 0000000..146a75f
--- /dev/null
+++ b/.emacs.local.d/modes/ecb.el
@@ -0,0 +1,21 @@
+;;; activate ecb
+(require 'ecb)
+(require 'ecb-autoloads)
+
+(setq ecb-layout-name "left13")
+(setq ecb-show-sources-in-directories-buffer 'always)
+
+;;; activate and deactivate ecb
+(global-set-key (kbd "C-x C-;") 'ecb-activate)
+(global-set-key (kbd "C-x C-'") 'ecb-deactivate)
+;;; show/hide ecb window
+(global-set-key (kbd "C-;") 'ecb-show-ecb-windows)
+(global-set-key (kbd "C-'") 'ecb-hide-ecb-windows)
+;;; quick navigation between ecb windows
+(global-set-key (kbd "C-)") 'ecb-goto-window-edit1)
+(global-set-key (kbd "C-!") 'ecb-goto-window-directories)
+(global-set-key (kbd "C-@") 'ecb-goto-window-sources)
+(global-set-key (kbd "C-#") 'ecb-goto-window-methods)
+(global-set-key (kbd "C-$") 'ecb-goto-window-compilation)
+
+
nihil fit ex nihilo