diff options
author | Thanos Apollo <[email protected]> | 2024-07-29 19:25:08 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-29 19:25:08 +0300 |
commit | ab031280c769846371a43dec27f0f16bb30b8dd8 (patch) | |
tree | d2c519213c155246584458d04b3a4d4908ae1ffc /.config | |
parent | 1686824fd12d34592495e93f45294f704ae58940 (diff) |
emacs: Remove magit-todos
* Not working properly.
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/init.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 8dfc9d0..ea95ff8 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -627,10 +627,6 @@ (setf magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1) :bind (:map project-prefix-map ("g" . 'project-magit))) -(use-package magit-todos - :after magit - :config (magit-todos-mode 1)) - (use-package corfu :ensure t :config |