diff --git a/machines/fujin/main/dotfiles/.config/doom/flycheck_init.el b/machines/fujin/main/dotfiles/.config/doom/flycheck_init.el new file mode 100644 index 0000000..cc17ea6 --- /dev/null +++ b/machines/fujin/main/dotfiles/.config/doom/flycheck_init.el @@ -0,0 +1,25 @@ +;;; flycheck_init.el -*- lexical-binding: t; -*- +;; +;; Copyright (C) 2026 Alexander Derevianko +;; +;; Author: Alexander Derevianko +;; Maintainer: Alexander Derevianko +;; Created: February 24, 2026 +;; Modified: February 24, 2026 +;; Version: 0.0.1 +;; Keywords: abbrev bib c calendar comm convenience data docs emulations extensions faces files frames games hardware help hypermedia i18n internal languages lisp local maint mail matching mouse multimedia news outlines processes terminals tex text tools unix vc wp +;; Homepage: https://github.com/fujin/flycheck_init +;; Package-Requires: ((emacs "24.3")) +;; +;; This file is not part of GNU Emacs. +;; +;;; Commentary: +;; +;; +;; +;;; Code: + + + +(provide 'flycheck_init) +;;; flycheck_init.el ends here diff --git a/machines/fujin/main/dotfiles/.config/doom/init.el b/machines/fujin/main/dotfiles/.config/doom/init.el index c824c55..ef28f81 100644 --- a/machines/fujin/main/dotfiles/.config/doom/init.el +++ b/machines/fujin/main/dotfiles/.config/doom/init.el @@ -96,7 +96,7 @@ editorconfig ; let someone else argue about tabs vs spaces ;;ein ; tame Jupyter notebooks with emacs (eval +overlay) ; run code, run (also, repls) - lookup ; navigate your code and its documentation + (lookup +lsp) ; navigate your code and its documentation lsp ; M-x vscode (magit +forge) ; a git porcelain for Emacs ;;make ; run make tasks from Emacs