diff --git a/.addpath b/.addpath index 9ae5476..fe2b85b 100644 --- a/.addpath +++ b/.addpath @@ -3,6 +3,7 @@ local/bin .doomemacs/bin local/src/pyenv/bin go/bin +.cargo/bin node_modules/.bin /usr/local/go/bin /usr/local/sbin/ diff --git a/.config/doom/config.el b/.config/doom/config.el index 69eccf2..c5d9305 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -60,3 +60,4 @@ ;; Scroll margin like scrolloff in vim (setq scroll-margin 6) +(setq doom-themes-treemacs-variable-pitch-face nil) diff --git a/LICENSE b/LICENSE index fe89f11..0041c81 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2022 Hedy Li +Copyright (c) 2021-2022 hedy Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/README.md b/README.md index 9a07922..dcad474 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ These are the setup I have on almost all machines I work in, and because I work on many [tildes](https://tildeverse.org), I make this set of configuration as cross-platform as possible. +Repository: [SourceHut](https://sr.ht/~hedy/dotfiles) + Mirrors: [tildegit (gitea)](https://tildegit.org/hedy/dotfiles) | [GitHub](https://github.com/hedyhli/dotfiles)