12 lines
294 B
EmacsLisp
12 lines
294 B
EmacsLisp
;;; 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
|