From f3e03b496ab03aece10906c33b8c6272e71a4614 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Mon, 13 Oct 2025 11:11:38 +0100 Subject: Remove verbose settings --- emacs-config.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/emacs-config.org b/emacs-config.org index f72932d..4b45e99 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -1896,7 +1896,6 @@ https://github.com/jdtsmith/kind-icon Completion kind text/icon prefix labelling for emacs in-region completion. #+begin_src elisp (use-package kind-icon - :ensure t :after corfu :custom (kind-icon-blend-background t) @@ -1956,10 +1955,10 @@ Automatically create a tab per project, providing a light tab-bar based workspac :after project :init ;; Enable `otpp-mode` globally - (otpp-mode 1) + (otpp-mode) ;; If you want to advice the commands in `otpp-override-commands` ;; to be run in the current's tab (so, current project's) root directory - (otpp-override-mode 1)) + (otpp-override-mode)) #+end_src ** Dired Hacks -- cgit