This commit is contained in:
Case Duckworth 2022-05-05 18:41:21 -05:00
parent f7099ebac6
commit 517b999407
1 changed files with 3 additions and 3 deletions

View File

@ -293,7 +293,8 @@
#'hl-line-mode
#'lin-mode
#'+dired-dim-git-ignores)
(:+key "C-x C-j" #'dired-jump)
(+with-ensure-after-init ; Necessary because jabber loads later
(:+key "C-x C-j" #'dired-jump))
(dolist (refresh-after-func '(dired-do-flagged-delete))
(advice-add refresh-after-func :after #'revert-buffer))
(with-eval-after-load 'frowny
@ -361,7 +362,7 @@
;; Bind keys
(dolist (binding '(("C-d" . +eshell-quit-or-delete-char)))
(define-key eshell-mode-map
(kbd (car binding)) (cdr binding)))
(kbd (car binding)) (cdr binding)))
;; Environment variables
(dolist (environment '(("PAGER" . "cat")))
(setenv (car environment) (cdr environment)))))
@ -1516,7 +1517,6 @@
t)))
(setup (:straight epithet)
(add-hook 'epithet-suggesters #'epithet-for-eww-url)
(dolist (hook '(Info-selection-hook
;; eww-after-render-hook
help-mode-hook