Skip to content

lo-w/lo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published