about summary refs log tree commit diff
path: root/users/tazjin/emacs/config/bindings.el
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-11-21T13·16+0100
committertazjin <mail@tazj.in>2020-11-21T13·27+0000
commitcce0ad1bcd66922790cebf08f173c985fc619225 (patch)
tree730c781067a08ddf4747b936172b620d0d8ec413 /users/tazjin/emacs/config/bindings.el
parent8d24a975f1d300f43485aa33e72187a016d23a49 (diff)
chore(tazjin/emacs): Minor cleanup of unused modes and config r/1887
Change-Id: I38c6a32339bf7606b733a938b4e55df2506a13a7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2107
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/tazjin/emacs/config/bindings.el')
-rw-r--r--users/tazjin/emacs/config/bindings.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/users/tazjin/emacs/config/bindings.el b/users/tazjin/emacs/config/bindings.el
index 4e1f341e32c2..a2799e8b9d29 100644
--- a/users/tazjin/emacs/config/bindings.el
+++ b/users/tazjin/emacs/config/bindings.el
@@ -15,7 +15,6 @@
 ;; Start eshell or switch to it if it's active.
 (global-set-key (kbd "C-x m") 'eshell)
 
-;; Start a new eshell even if one is active.
 (global-set-key (kbd "C-x C-p") 'ivy-browse-repositories)
 (global-set-key (kbd "M-g M-g") 'goto-line-with-feedback)