feat(doom): (Maybe temporary) switch to doom emacs

* Surfingkeys: Add pixiv site specific keymaps
* Emacs: (Maybe temporary) switch to doom emacs
* Hyprland: Add shortcuts to screenshot
* nvim: Conceal on Zero-Width Space
This commit is contained in:
js0ny 2025-02-02 17:32:23 +00:00
parent 5533374bc3
commit c353d008a2
10 changed files with 472 additions and 3 deletions

View file

@ -31,7 +31,7 @@
(use-package alert
:commands (alert)
:config
(setq alert-default-style 'toast))
(setq alert-default-style 'libnotify))
;; Export module
(provide 'init-basic)