Skip to content

Commit

Permalink
jart.el: add some silly c keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
J.A. Roberts Tunney committed Sep 18, 2010
1 parent 8e50fb1 commit e13ab91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jart.el
Expand Up @@ -73,8 +73,8 @@
(add-extra-keywords '(ohai kthx) 'c++-mode font-lock-preprocessor-face)
(add-extra-keywords '(pure sentinel noreturn
nonnull deprecated hot cold) 'c++-mode)
(add-extra-keywords '(pure sentinel noreturn
nonnull deprecated hot cold) 'c-mode)
(add-extra-keywords '(pure sentinel noreturn __volatile__
__inline__ nonnull deprecated hot cold) 'c-mode)
(define-key c-mode-map (kbd "C-h") c-backspace-function)))

;; various other configurations
Expand Down

0 comments on commit e13ab91

Please sign in to comment.