diff options
| author | Astounds <kirito@disroot.org> | 2026-02-27 23:34:18 -0500 |
|---|---|---|
| committer | Astounds <kirito@disroot.org> | 2026-02-27 23:34:18 -0500 |
| commit | fa9b2a92c21a8f7e7fda2d7902a9d6da96a962df (patch) | |
| tree | 0019f3e660208ce06332e20a160e4df9da16987a /modules/init-icons.el | |
| parent | f19be261059b268f01685163985072889278bca0 (diff) | |
| download | emacs-personal-fa9b2a92c21a8f7e7fda2d7902a9d6da96a962df.tar.lz emacs-personal-fa9b2a92c21a8f7e7fda2d7902a9d6da96a962df.tar.xz emacs-personal-fa9b2a92c21a8f7e7fda2d7902a9d6da96a962df.zip | |
ci: add test workflow and fix code quality issues
- Add CI test job with Emacs batch load and byte-compile
- Fix settings-file variable check in init.el
- Fix extra parenthesis in init-neotree.el
- Add missing projectile dependencies in neotree and web-mode
- Fix add-hook usage in init-icons.el
- Add hydra dependency in init-ivy.el
- Standardize header style in init-company.el
Diffstat (limited to 'modules/init-icons.el')
| -rw-r--r-- | modules/init-icons.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/init-icons.el b/modules/init-icons.el index a768f78..67f8fe9 100644 --- a/modules/init-icons.el +++ b/modules/init-icons.el @@ -15,7 +15,7 @@ ;;--------------------------------- (when (display-graphic-p) (unless (member "all-the-icons" (font-family-list)) - (setq neotree-mode-hook 'all-the-icons-install-fonts)))) + (add-hook 'neotree-mode-hook #'all-the-icons-install-fonts)))) ;; fix performace (setq inhibit-compacting-font-caches t) |
