diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-09-23 23:18:02 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-09-23 23:21:00 +0100 |
commit | 26219a06541568e7433feabf70c9e86e6d91583f (patch) | |
tree | 8231bc2970810ac5bb64d76195d266ff9f7407db /Emacs/.config/emacs/config.org | |
parent | c10d665e57da145bba01d8f75fb1f7988f265db9 (diff) | |
download | dotfiles-26219a06541568e7433feabf70c9e86e6d91583f.tar.gz dotfiles-26219a06541568e7433feabf70c9e86e6d91583f.tar.bz2 dotfiles-26219a06541568e7433feabf70c9e86e6d91583f.zip |
Emacs: Some extra bindings and configuration
Diffstat (limited to 'Emacs/.config/emacs/config.org')
-rw-r--r-- | Emacs/.config/emacs/config.org | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 28cd445..257d7e0 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -1384,7 +1384,8 @@ In this case I just need to setup the bindings for it. :init (setq vc-follow-symlinks t magit-blame-echo-style 'lines - magit-copy-revision-abbreviated t) + magit-copy-revision-abbreviated t + git-commit-major-mode #'org-mode) :config (with-eval-after-load "evil" (evil-set-initial-state 'magit-status-mode 'motion)) @@ -4007,7 +4008,8 @@ IDE I have used is as capable in aiding development as Emacs + Sly. :keymaps 'lisp-mode-map "a" #'sly-apropos "d" #'sly-describe-symbol - "s" #'sly-mrepl-sync + "s" #'sly-stickers-dwim + "S" #'sly-mrepl-sync "l" #'sly-load-file "c" #'sly-compile-defun "D" #'sly-documentation-lookup |