Fix emacs lookup
This commit is contained in:
@@ -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
|
editorconfig ; let someone else argue about tabs vs spaces
|
||||||
;;ein ; tame Jupyter notebooks with emacs
|
;;ein ; tame Jupyter notebooks with emacs
|
||||||
(eval +overlay) ; run code, run (also, repls)
|
(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
|
lsp ; M-x vscode
|
||||||
(magit +forge) ; a git porcelain for Emacs
|
(magit +forge) ; a git porcelain for Emacs
|
||||||
;;make ; run make tasks from Emacs
|
;;make ; run make tasks from Emacs
|
||||||
|
|||||||
Reference in New Issue
Block a user