Merge branch 'master' of https://gitlab.com/RealStickman-arcolinux/config into master
This commit is contained in:
commit
f2781ae48f
@ -115,6 +115,10 @@ active-opacity = 1;
|
||||
frame-opacity = 1;
|
||||
inactive-opacity-override = false;
|
||||
|
||||
opacity-rule = [
|
||||
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
|
||||
];
|
||||
|
||||
# Dim inactive windows. (0.0 - 1.0)
|
||||
# inactive-dim = 0.1;
|
||||
# Do not let dimness adjust based on window opacity.
|
||||
|
@ -7,7 +7,17 @@ Go to the [git homepage](https://git-scm.com/) and install it.
|
||||
## emacs
|
||||
|
||||
Go to the [emacs homepage](https://www.gnu.org/software/emacs/) and install it.
|
||||
Add the `<location>\emacs\bin` directory to your PATH in the environment variables.
|
||||
Add the `<location>\emacs\x86_84\bin` directory to your PATH in the environment variables.
|
||||
|
||||
### Shortcut
|
||||
|
||||
Create a shortcut to `<location>\emacs\x86_64\bin\runemacs.exe`
|
||||
|
||||
## HOME
|
||||
|
||||
Add the path to your home to the environment variables.
|
||||
|
||||
New variable -> HOME -> `C:\Users\<user>`
|
||||
|
||||
## doom-emacs
|
||||
|
||||
@ -19,11 +29,7 @@ git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
|
||||
~/.emacs.d/bin/doom install
|
||||
```
|
||||
|
||||
Doom emacs can now be called from git cmd and git bash.
|
||||
To create a shortcut enter the following in target:
|
||||
```
|
||||
<path to git-bash.exe> --cd-to-home -- start emacs
|
||||
```
|
||||
The icon can optionally be changed to the emacs logo by selecting a different symbol and navigating to the emacs.exe
|
||||
Add `C:\Users\<user>\.emacs.d\bin` to your PATH.
|
||||
|
||||
*Currently doesn't show emotes*
|
||||
*Missing ripgrep and fd*
|
||||
|
Loading…
Reference in New Issue
Block a user