refactor: remove redundant doom-bin{,-dir} decls

Amend: a8ba8feecb
Amend: a5039c4333
This commit is contained in:
Henrik Lissner 2024-08-28 04:56:48 -04:00
parent c99e9b8654
commit c352bd0dcd
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -1,8 +1,5 @@
;;; lisp/lib/config.el -*- lexical-binding: t; -*-
(defvar doom-bin-dir (expand-file-name "bin/" doom-emacs-dir))
(defvar doom-bin (expand-file-name "doom" doom-bin-dir))
;;;###autoload
(defvar doom-after-reload-hook nil
"A list of hooks to run after `doom/reload' has reloaded Doom.")