From 05cb96d3100eae911b0bbd7e76b76b0b36cfc172 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 20 Dec 2019 17:39:13 +0100 Subject: [PATCH] Add semantic activation --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 122fd41..b8b49df 100644 --- a/init.el +++ b/init.el @@ -118,7 +118,8 @@ which-key-mode eyebrowse-mode projectile-mode - yas-global-mode)) + yas-global-mode + semantic-mode)) (with-demoted-errors "Cannot activate mode: %s" (funcall mode +1)))