diff options
author | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-05-30 11:31:08 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@protonmail.ch> | 2022-05-30 11:31:08 +0530 |
commit | e8b2adf54d8abad1a4d3a67c6af5796199fb53dc (patch) | |
tree | 32772d1f3467249dd0b7c43b582e07a2c8de8c22 /.config/XMonad/lib/Keybindings.hs | |
parent | 062a582c3254cebab7189f02dc74353e72f304e8 (diff) |
set indent to 2 in emacs web
Diffstat (limited to '.config/XMonad/lib/Keybindings.hs')
-rw-r--r-- | .config/XMonad/lib/Keybindings.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/XMonad/lib/Keybindings.hs b/.config/XMonad/lib/Keybindings.hs index f076f52..9413be3 100644 --- a/.config/XMonad/lib/Keybindings.hs +++ b/.config/XMonad/lib/Keybindings.hs @@ -186,7 +186,7 @@ myKeybindingsP = [ , ("M-n v", spawn $ myBrowser ++ " https://vidhukant.xyz") , ("M-n S-v", spawn $ myBrowser ++ " https://blog.vidhukant.xyz") , ("M-n m", spawn $ myBrowser ++ " https://myanimelist.net/profile/0ZeroTsu") - , ("M-n M", spawn $ myBrowser ++ " https://animixplay.to") + , ("M-n S-m", spawn $ myBrowser ++ " https://animixplay.to") -- other apps -- TODO: add scrcpy , ("M-y e", spawn myTextEditor) |