First commit.
This commit is contained in:
11
lisp/utilities/emacs-everywhere.el
Normal file
11
lisp/utilities/emacs-everywhere.el
Normal 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
|
Reference in New Issue
Block a user