summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-04-26 12:17:19 +0100
committerYann Herklotz <git@yannherklotz.com>2023-04-26 12:17:37 +0100
commitc6bac61fcd467dedd1b3696771058abbb5c7d498 (patch)
tree5d6b2d53b13fac58990030acf3e2741d3232d990 /init.el
parent0d365f1ad92ab62c1e84a5423e66d8f4b351d339 (diff)
downloadymh-emacs-c6bac61fcd467dedd1b3696771058abbb5c7d498.tar.gz
ymh-emacs-c6bac61fcd467dedd1b3696771058abbb5c7d498.zip
Remove bufferlo submodule and bufferlo package
Diffstat (limited to 'init.el')
-rw-r--r--init.el17
1 files changed, 0 insertions, 17 deletions
diff --git a/init.el b/init.el
index 06905a5..e4e2462 100644
--- a/init.el
+++ b/init.el
@@ -1132,23 +1132,6 @@ https://yannherklotz.com"))
(use-package rust-mode
:ensure t)
-(use-package bufferlo
- :init
- (unless (package-installed-p 'bufferlo)
- (if ymh/emacs-29-p
- (package-vc-install
- '(bufferlo
- . (:url "https://github.com/florommel/bufferlo")))
- (package-install-file
- (expand-file-name "packages/bufferlo" user-emacs-directory))))
- :bind (("C-x b" . bufferlo-switch-to-buffer)
- ("C-x C-b" . bufferlo-ibuffer)
- :map ymh-map
- ("f" . bufferlo-bury))
- :demand t
- :config
- (bufferlo-mode 1))
-
(use-package org-pdftools
:ensure t
:hook (org-mode . org-pdftools-setup-link))