Skip to content

Commit

Permalink
emacs.d/config/lang-c.el: remove unused semantic system headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnylamb committed Sep 3, 2016
1 parent 57492a8 commit 383a132
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions emacs.d/config/lang-c.el
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@
(require 'semantic)
(add-hook 'c-mode-common-hook 'c-mode-semantic-hook)

;; some commonly used system headers
;(semantic-add-system-include "/usr/include/gtk-3.0" 'c-mode)
;(semantic-add-system-include "/usr/include/gtkmm-3.0" 'c++-mode)

;; code completion
(use-package company
:config
Expand Down

0 comments on commit 383a132

Please sign in to comment.