All posts for tag "emacs"

Total 2 posts
📄 Create an Emacs Major Mode
C:2023-04-06 M:2023-04-06
Tutorial ModeTutorial - EmacsWiki Emacs General Emacs Symbol Notation Regular Expression Rx Expression - Emacs Manual regular expression - EmacsWiki Syntax Table Syntax Table - Emacs Wiki Font Lock & Face Levels of Font Lock - Emacs Manual font-lock-keywords - Emacs Manual Faces for Font Lock - Emacs Manual Face Attributes Example Indentation Line Function Example: https://github.com/ziglang/zig-mode/blob/master/zig-mode.el (zig-mode-indent-line)
📄 Emacs lsp-java Project Settings
C:2022-12-21 M:2022-12-21
Update: 2023-2-25 use eglot instead(in the last of the article) Create a java project with third libriaries support lsp-java is an awesome package for lsp-mode to open a java project. However, after some testing, I found it has difficulty in importing third party libraries with pure java project(not use maven, Gradle). Moreover, it only has a limited ability to interact with a Gradle project. However, it has great support for maven project, which means we can use maven to import third party java libraries.