From 0cc54e778e759b66773cba678df7eef70c43b6d2 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 12 Aug 2019 00:47:08 +0200 Subject: [PATCH] Added cpp-auto-include. --- init.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 1c17e6a..0612d65 100644 --- a/init.el +++ b/init.el @@ -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)