summaryrefslogtreecommitdiffstats
path: root/.config/emacs
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-04-26 09:15:52 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2022-04-26 09:15:52 +0200
commitcbf13287f08f946696ac6463e995b0144925dbed (patch)
tree274ab1a8436fecf0aabae8622d7581f0a4c13c6d /.config/emacs
parentpurged treemacs (diff)
downloaddotfiles-bsd-cbf13287f08f946696ac6463e995b0144925dbed.tar.gz
dotfiles-bsd-cbf13287f08f946696ac6463e995b0144925dbed.tar.bz2
dotfiles-bsd-cbf13287f08f946696ac6463e995b0144925dbed.tar.xz
dotfiles-bsd-cbf13287f08f946696ac6463e995b0144925dbed.tar.zst
dotfiles-bsd-cbf13287f08f946696ac6463e995b0144925dbed.zip
purge complete
Diffstat (limited to '.config/emacs')
-rw-r--r--.config/emacs/org/config.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/emacs/org/config.org b/.config/emacs/org/config.org
index 012a037..245ad09 100644
--- a/.config/emacs/org/config.org
+++ b/.config/emacs/org/config.org
@@ -80,7 +80,7 @@
projectile
org-evil
company company-box
- which-key dap-mode
+ which-key
magit
undo-tree
shell-pop
@@ -633,7 +633,6 @@ then it takes a second \\[keyboard-quit] to abort the minibuffer."
(with-eval-after-load 'lsp-mode
(add-hook 'lsp-mode-hook #'lsp-enable-which-key-integration)
- (require 'dap-cpptools)
(yas-global-mode))
(add-hook 'after-init-hook 'global-company-mode)