Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 1.21 KB

README.org

File metadata and controls

46 lines (37 loc) · 1.21 KB

lo private emacs repo

this is private emacs setting, but feel free to pull if you want to try.

pkgs

this repo using leaf to manage all the pkgs instead of use-packages

pre setup

some settings for windows

set java running(for lsp-java)/linux find script path(for emacs xref)

(defvar JPATH (expand-file-name "bin/java.exe" J11PATH))
(defvar FPATH (expand-file-name "bin/find.exe" (getenv "GIT_HOME")))

all the icons for dashboard

(all-the-icons-install-fonts)

unicode fonts for mode line unicode fonts

(unicode-fonts-setup)

ctags for code complete

in the project root dir run the following commands

> find . -type f -name '*.py' | grep -iv test | xargs etags -a

check tags table list value (tags-table-list)

set tags table list value (visit-tags-table)

settings for java

settings for lsp-java

(defvar J8PATH (getenv "J8_HOME"))
(defvar J11PATH (getenv "J11_HOME"))

install ripgrep

download coresponded version https://github.com/BurntSushi/ripgrep/releases