From 119ed6b20b5dd1580d3fd7b646cccd532da0655d Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 15 Aug 2020 00:01:17 +0100 Subject: +some leader bindings eval expression at ';', kill-emacs at 'q' and compile at 'cc' --- Emacs/.config/emacs/config.org | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Emacs/.config') diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index e58344f..698ff35 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -166,9 +166,12 @@ and it's functionally equivalent the doom/spacemacs leader. (leader "!" #'async-shell-command + ";" #'eval-expression "SPC" #'execute-extended-command + "q" #'kill-emacs "u" #'universal-argument "cF" #'(lambda () (interactive) (find-file "~/Code/")) + "cc" #'compile "si" #'imenu "h" #'help-command) -- cgit v1.2.3-13-gbd6f