From c6d0a9940ceb982b42973c8167d2834b205688c3 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sat, 21 Oct 2023 00:37:19 +0100 Subject: (Emacs/app)~disable xwidgets Not useful --- Emacs/.config/emacs/app.org | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Emacs/.config/emacs/app.org') diff --git a/Emacs/.config/emacs/app.org b/Emacs/.config/emacs/app.org index e1b39ed..dabd743 100644 --- a/Emacs/.config/emacs/app.org +++ b/Emacs/.config/emacs/app.org @@ -256,7 +256,10 @@ Uses fd for finding file results in a directory: ~find-dired~ -> (dir-leader "g" #'fd-dired)) #+end_src -* Xwidget +* WIP Xwidget +:PROPERTIES: +:header-args:emacs-lisp: :tangle no +:END: Xwidget is a package which allows for the insertion of arbitrary xwidgets into Emacs through buffers. It must be compiled into Emacs so you might need to customise your install. One of its premier uses @@ -269,6 +272,9 @@ Though I am not to keen on using Emacs to browse the web /via/ xwidget capability to render pages with JavaScript, as it may come of use when doing web development. I can see the results of work very quickly without switching windows all within Emacs. + +2023-10-20: Disabled as it didn't seem to work, and honestly wasn't +that useful. ** Xwidget Core #+begin_src emacs-lisp (use-package xwidget -- cgit v1.2.3-13-gbd6f