minor fix

* Disable option+ key in mac
* Add highlight yank in valinna emacs
This commit is contained in:
js0ny 2025-02-02 20:41:39 +00:00
parent 87c237684b
commit 0b4ef3ad61
3 changed files with 39 additions and 22 deletions

View file

@ -1,14 +1 @@
# $DOTFILES/common/npmrc
# Date: 2024-12-22
# Author: js0ny
# Location:
# $NPM_CONFIG_USERCONFIG
# ~/.npmrc (Default location)
# Linking:
# export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME"/npm/npmrc
# ln -s $DOTFILES/.config/npm/npmrc $NPM_CONFIG_USERCONFIG
# New-Item -ItemType SymbolicLink -Path $env:NPM_CONFIG_USERCONFIG -Value $env:DOTFILES/.config/npm/npmrc
# registry=https://registry.npmmirror.com
strict-ssl=false