Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Commit

Permalink
Unbind C-c C-b in sgml-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed Sep 18, 2012
1 parent e7affb3 commit 83452dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/builtins.el
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,10 @@ This is a buffer-local variable.")
;;; SERVER
(server-start)

;;; SGML-MODE
(require 'sgml-mode)
(define-key sgml-mode-map "\C-c\C-b" nil)

;;; SIZE INDICATION MODE
(size-indication-mode t)

Expand Down

0 comments on commit 83452dd

Please sign in to comment.