From 32de22b1d273bf63b8e1d06a11a8279bd72fc743 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 2 Sep 2018 13:00:46 +0200 Subject: [PATCH] Remove :load-path Gah, it snuck in again! Sneaky punk... --- core/core-ui.el | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index fbcc483f6..efc609067 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -113,7 +113,6 @@ shorter major mode name in the mode-line. See `doom|set-mode-name'.") ;; `highlight-escape-sequences' (def-package! highlight-escape-sequences - :load-path "~/work/plugins/highlight-escape-sequences" :hook ((prog-mode conf-mode) . highlight-escape-sequences-mode)) ;; `rainbow-delimiters' Helps us distinguish stacked delimiter pairs. Especially