From b71460aa05b635e5566af8cef5ab936c85bc9e5b Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 24 Feb 2026 11:33:15 +0100 Subject: [PATCH] Fix emacs lookup --- .../dotfiles/.config/doom/flycheck_init.el | 25 +++++++++++++++++++ .../fujin/main/dotfiles/.config/doom/init.el | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 machines/fujin/main/dotfiles/.config/doom/flycheck_init.el 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