Fix emacs lookup

This commit is contained in:
Alexander
2026-02-24 11:33:15 +01:00
parent 63164203ac
commit b71460aa05
2 changed files with 26 additions and 1 deletions
@@ -0,0 +1,25 @@
;;; flycheck_init.el -*- lexical-binding: t; -*-
;;
;; Copyright (C) 2026 Alexander Derevianko
;;
;; Author: Alexander Derevianko <alexander0derevianko@gmail.com>
;; Maintainer: Alexander Derevianko <alexander0derevianko@gmail.com>
;; 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
@@ -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