Merge branch 'master' of git.sr.ht:~hedy/dotfiles

This commit is contained in:
hedy 2022-11-10 11:19:04 +08:00
commit e733270ef6
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
4 changed files with 6 additions and 2 deletions

View File

@ -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/

View File

@ -60,3 +60,4 @@
;; Scroll margin like scrolloff in vim
(setq scroll-margin 6)
(setq doom-themes-treemacs-variable-pitch-face nil)

View File

@ -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.
SOFTWARE.

View File

@ -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)