Merge branch 'master' of github.com:hjalmarlucius/dotfiles

This commit is contained in:
Henrik Bakken
2021-05-22 20:41:07 +02:00
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@
* sysrq lock shutdown https://forum.manjaro.org/t/howto-reboot-turn-off-your-frozen-computer-reisub-reisuo/3855
+ `echo kernel.sysrq=1 | sudo tee --append /etc/sysctl.d/99-sysctl.conf`
+ `sudo update-grub`
* WakeOnLan `yay ethtool`
# coding
* essentials `yay -S neovim tmux`
+1
View File
@@ -403,6 +403,7 @@ let g:mkdp_preview_options={
" *****************************
" BULLETS
let g:bullets_outline_levels = ['ROM', 'ABC', 'num', 'abc', 'rom', 'std-', 'std*']
let g:bullets_enabled_file_types = [
\ 'markdown',
\ 'text',