Minor cleanup of main init file

This commit is contained in:
Daniel - 2022-04-29 09:36:24 +02:00
parent 8a264d7c1e
commit 3d119fdd18
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 5 additions and 8 deletions

13
init.el
View File

@ -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)