Added cpp-auto-include.

This commit is contained in:
tastytea 2019-08-12 00:47:08 +02:00
parent bdea97b75c
commit 0cc54e778e
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
;;; init.el --- tastytea's Emacs init file.
;; Time-stamp: <2019-08-10T22:21:51+00:00>
;; Time-stamp: <2019-08-11T22:45:50+00:00>
;;; Commentary:
;; I am using this file with Emacs 26, but most of it will probably work with
@ -495,6 +495,11 @@ With argument, do this that many times."
(c++-mode . ggtags-mode)
)
(use-package cpp-auto-include
:bind
("C-x M-i" . cpp-auto-include)
)
;;;;;;;;;;;;;;;;;;;; Appearance ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Hide toolbar.
(tool-bar-mode -1)