From a5061a5904e8d565d3747dade0a2483134a682bd Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Thu, 25 Oct 2018 16:15:22 +0200 Subject: [PATCH] SUNRISE: add keybindings --- config.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.org b/config.org index f78c788..c71b73e 100644 --- a/config.org +++ b/config.org @@ -905,6 +905,9 @@ https://github.com/escherdragon/sunrise-commander (require 'sunrise-x-buttons) (require 'sunrise-x-modeline) +(global-set-key (kbd "C-c s") 'sunrise) +(global-set-key (kbd "C-c c") 'sunrise-cd) + (add-to-list 'auto-mode-alist '("\\.srvm\\'" . sr-virtual-mode)) #+END_SRC