Added cpp-auto-include.
This commit is contained in:
parent
bdea97b75c
commit
0cc54e778e
7
init.el
7
init.el
|
@ -1,5 +1,5 @@
|
||||||
;;; init.el --- tastytea's Emacs init file.
|
;;; 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:
|
;;; Commentary:
|
||||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
;; 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)
|
(c++-mode . ggtags-mode)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(use-package cpp-auto-include
|
||||||
|
:bind
|
||||||
|
("C-x M-i" . cpp-auto-include)
|
||||||
|
)
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;; Appearance ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;; Appearance ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; Hide toolbar.
|
;; Hide toolbar.
|
||||||
(tool-bar-mode -1)
|
(tool-bar-mode -1)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user