about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-08-18 06:58:04 +0100
committerDavid Morgan <djm_uk@protonmail.com>2023-08-18 06:58:04 +0100
commit55315dc1010508d7cc8a7ab8af3ccc6fb7a7c15c (patch)
treea68f802f2bf7cd2dd8d5b7e47020a2af562a47e2 /.emacs.d
parent8cd81b2afbf0ca382e4e59f0e6b015c081364fe4 (diff)
downloaddotfiles-55315dc1010508d7cc8a7ab8af3ccc6fb7a7c15c.tar.gz
Remove unnecessary require
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-lsp.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-lsp.el b/.emacs.d/lisp/init-lsp.el
index 2cc8601..e496813 100644
--- a/.emacs.d/lisp/init-lsp.el
+++ b/.emacs.d/lisp/init-lsp.el
@@ -6,7 +6,6 @@
 
 (use-package lsp-ui
   :config
-  (require 'lsp-ui-imenu)
   (setq lsp-ui-sideline-enable t
         lsp-ui-peek-enable t
         lsp-ui-peek-always-show t