From 22a827592d6cb8eda46f7972be1541d9f657cf6c Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Thu, 12 Sep 2024 12:38:09 +0200 Subject: [PATCH] REMOVE imenu use consult-imenu in future --- config_new.org | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/config_new.org b/config_new.org index de2f4e0..4e3591d 100644 --- a/config_new.org +++ b/config_new.org @@ -191,20 +191,6 @@ Operate on the current line if no region is active. ) #+end_src -* imenu - -** Flatten - -#+begin_src emacs-lisp -(use-package flimenu - :ensure t - :config - (flimenu-global-mode 1) -) - -(global-set-key (kbd "M-i") 'imenu) -#+end_src - * Terminal ** Toggle between char- and line-mode