From 4ddd6182e7abd18821814cbb4de52ab48a788af7 Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sun, 4 Oct 2020 01:05:45 -0500 Subject: [PATCH] Uncomment this, not sure what it broke anymore and seems to work --- emacs.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.org b/emacs.org index 4299e46..59921c9 100644 --- a/emacs.org +++ b/emacs.org @@ -598,7 +598,7 @@ Note that not all these functions are defined at package install time (use-package semantic :ensure t :config - ;; (add-to-list 'semantic-default-submodes 'global-semantic-stickyfunc-mode) + (add-to-list 'semantic-default-submodes 'global-semantic-stickyfunc-mode) (custom-set-variables '(global-semantic-decoration-mode t) '(global-semantic-highlight-func-mode t)