Skip to content

Commit

Permalink
Removing no longer needed binding removal.
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosemer committed Dec 16, 2023
1 parent 25f6788 commit 9d5d81d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions c.el
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,6 @@
;; ebrowse's default prefix key binding of "C-c C m -" is EXTREMELY
;; inconvenient. Nothing else uses C-c C, so I'm moving it to that.
(setf ebrowse-global-prefix-key (kbd "C-c C"))

;; cc-mode defines the tab key in its map. It shouldn't TODO(upstream)
(with-eval-after-load 'cc-mode
(keymap-unset c-mode-map "TAB")
(keymap-unset c++-mode-map "TAB"))

;;; Custom commands:

Expand Down

0 comments on commit 9d5d81d

Please sign in to comment.