From 3d119fdd18eb8c0a6414fafaf12e7a5167f56f8e Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 29 Apr 2022 09:36:24 +0200 Subject: [PATCH] Minor cleanup of main init file --- init.el | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/init.el b/init.el index 37de97f..f1d3587 100644 --- a/init.el +++ b/init.el @@ -2132,7 +2132,10 @@ (match-string 1)))))))) (use-package dired-x - :commands (dired-jump dired-jump-other-window) + :commands (dired-jump dired-jump-other-window) ; In Emacs 28.1, this has been + ; moved to dired.el, but we'll + ; keep it here to support Emacs + ; 27.2 as well. :init (setq dired-clean-confirm-killing-deleted-buffers t dired-x-hands-off-my-keys t dired-bind-man nil @@ -2337,7 +2340,7 @@ With given ARG, display files in `db/important-document-path’." avy-goto-line)) (use-package bm - ;; Taken from https://protesilaos.com/dotemacs/ and slightly adapted + ;; Taken from https://protesilaos.com/dotemacs/ and adapted slightly :ensure t :commands (bm-toggle bm-next bm-previous bm-toggle-buffer-persistence) :init (setq bm-restore-repository-on-load t @@ -2938,9 +2941,6 @@ With given ARG, display files in `db/important-document-path’." (add-hook 'TeX-mode-hook (lambda () (setq ispell-parser 'tex))))) -(use-package helm-bibtex - :commands (helm-bibtex)) - ;; * Various Mode Configurations @@ -3042,9 +3042,6 @@ With given ARG, display files in `db/important-document-path’." #'(lambda () (subword-mode -1))))) -(use-package pdf-occur - :commands (pdf-occur-global-minor-mode)) - (use-package python :config (progn (unless (require 'lsp-pyright nil :no-error)