first commit

This commit is contained in:
2026-02-13 04:20:30 +01:00
commit 2bd6b181f4
159 changed files with 194785 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
;;; misc.el --- various useful stuff -*- lexical-binding: t -*-
;;; Commentary:
;; stuff related to window manager
(use-package i3wm-config-mode
:config
(add-to-list 'auto-mode-alist '("/sway/.*config.*/" . i3wm-config-mode))
(add-to-list 'auto-mode-alist '("/sway/config\\'" . i3wm-config-mode)))
(provide 'misc)
;;; misc.el ends here