First commit.

This commit is contained in:
2022-01-09 21:19:46 +01:00
commit df36844dcc
107 changed files with 6565 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
;;; emacs-everywhere.el --- Integrate Emacs with any application -*- lexical-binding: t; -*-
;;; Commentary:
;;; Code: https://github.com/tecosaur/emacs-everywhere
(use-package emacs-everywhere
:disabled
:ensure t)
(provide 'utilities/emacs-everywhere)
;;; emacs-everywhere.el ends here