diff --git a/core/core.el b/core/core.el index 4613e090d..621199786 100644 --- a/core/core.el +++ b/core/core.el @@ -228,7 +228,6 @@ original value of `symbol-file'." ;; Custom hooks ;; - (defvar doom-init-hook nil "Hooks run after all init.el files are loaded, including your private and all module init.el files, but before their config.el files are loaded.") diff --git a/modules/completion/helm/config.el b/modules/completion/helm/config.el index d72077cef..755195f26 100644 --- a/modules/completion/helm/config.el +++ b/modules/completion/helm/config.el @@ -59,7 +59,7 @@ be negative.") [remap recentf-open-files] #'helm-recentf) :config (helm-mode +1) - ;; helm is too heavy for find-file-at-point + ;; helm is too heavy for `find-file-at-point' (add-to-list 'helm-completing-read-handlers-alist (cons #'find-file-at-point nil))) diff --git a/modules/lang/sh/config.el b/modules/lang/sh/config.el index 5921322ef..c0743dd14 100644 --- a/modules/lang/sh/config.el +++ b/modules/lang/sh/config.el @@ -63,6 +63,7 @@ (set-company-backend! 'sh-mode '(company-shell company-files)) (setq company-shell-delete-duplicates t)) + (def-package! fish-mode :when (featurep! +fish) :defer t diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index 0ca1262fc..93da1ce82 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -449,6 +449,6 @@ controlled by `+doom-dashboard-pwd-policy'." (propertize "github" 'face 'font-lock-keyword-face)) 'action (lambda (_) (browse-url "https://github.com/hlissner/doom-emacs")) 'follow-link t - 'help-echo "Open github page") + 'help-echo "Open Doom Emacs github page") (buffer-string))) "\n"))